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

    function num = numGuidFilters(ssf)
%NUMGUIDFILTERS Return the number of guids that are being filtered.
%
%   N = NUMGUIDFILTERS(SSF) returns the number of guids that are currently
%   being filtered out.

%   Copyright 2005 The MathWorks, Inc. and Ford Global Technologies, Inc.


num = length(ssf.filterGuid);