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

    function S = tstart(obj, varargin)
%TSTART Get the test start indices
%
%  IDX = TSTART(SSF) gets the indices of the records where a test begins.
%  IDX = TSTART(SSF, LEVEL) specifies the grouping level to get the test
%  start indices for.

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


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