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

    function s = size(obj, varargin)
%SIZE Return size of the data
%
%  S = SIZE(OBJ) returns the size of the sweepsetfilter data.
%  S = SIZE(OBJ, DIM) returns the length of the specified dimension.

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


s = size(sweepset(obj), varargin{:});