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

    function N = numRecords(obj)
%NUMRECORDS Return number of records in the data
%
%  N = NUMRECORDS(OBJ) returns the number of records (rows) in the data
%  set.

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


N = numRecords(sweepset(obj));