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

    function obj = restoreCachedInfo(obj)
%TESTPLANSWEEPSETFILTER/RESTORECACHEDINFO restore the cache prior to editing

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


% First cache the sweepsetfilter
obj = setCacheState(obj, true);
% Next update the testplan
obj = testplansweepsetfilter(obj, getTestplan(obj));
% Finally make sure the clusters are created
obj = runClusterAlgorithm(obj);