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

    function S = testnum(obj, varargin)
%TESTNUM Get and set test numbers
%
%  T = TESTNUM(SSF) gets the test numbers for the dataset.
%  SSF = TESTNUM(SSF, T) sets the test numbers to be T.

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


S = testnum(sweepset(obj), varargin{:});