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

    function out = isempty(S)
%ISEMPTY Check whether a sweepset is empty
%
%  ISEMPTY(SS) returns true if SS does not contain any records.

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


out = isempty(S.data);