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

    function ind= isbad(S)
% SWEEPSET/ISBAD logical reference to bad data (NaN) points in sweepset
%
% logical reference to bad data points in sweepset

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



ind= isnan(S.data);