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

    function [obj, ss] = pTestplanSweepsetfilterChanged(obj, ss)
%PTESTPLANSWEEPSETFILTERCHANGED A short description of the function
%
%  [OBJ, SS] = PTESTPLANSWEEPSETFILTERCHANGED(OBJ, SS)
%  

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


% When the tssf has changed we need to let the ssf know that the cache
% needs updating
[obj, ss] = pUpdateSweepsetCache(obj, ss);