www.gusucode.com > mbcexpr 工具箱 matlab 源码程序 > mbcexpr/@cgexprgroup/getCompressInputData.m

    function flag = getCompressInputData(obj)
%GETCOMPRESSINPUTDATA Check whether input data is being compressed.
%
%   FLAG = GETCOMPRESSINPUTDATA(OBJ) returns true if the object has been
%   set to remove duplicate input data points before evaluating.

%   Copyright 2006 The MathWorks, Inc.


flag = obj.RemoveDuplicateInputData;