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

    function F = getVarsFilter(obj)
%GETVARSFILTER Get the variables filter.
%
%   GETVARSFILTER(SSF) returns a cell array containing the list of
%   variables that are currently being kept in the data.  Note that this
%   may not be the same as the current variable names if some of the
%   variables in the filter are not in the sweepset.

%   Copyright 2007 The MathWorks, Inc.


F = obj.variablesToKeep;