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

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

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


% Empty the sweepsetfilter cache
obj.sweepsetfilter = clearCachedInfo(obj.sweepsetfilter);
% Empty the local cache
obj = emptyClusterInfoCache(obj);