www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@sweepsetfilter/clearCachedInfo.m

    function obj = clearCachedInfo(obj)
%CLEARCACHEDINFO clear cached info for sweepsetfilter
%
%  OBJ = CLEARCACHEDINFO(OBJ)
%  

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


% Remove everything that isn't needed for computing the sweepsetfilter
obj.allowsCacheing = false;
obj.cachedSweepset = [];

% Could go through and remove the results from the filters and notes