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

    function ret = isempty(obj)
%ISEMPTY Check whether there is anything to export
%
%  ISEMPTY(OBJ) returns true if there are no objects in the pointer list
%  for exporting.

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


ret = isempty(obj.ptrlist);