function delete(obj)
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.2 $
obj = struct(obj);
for i = 1:length(obj)
ax = get(obj(i).h,'parent');
function delete(obj)
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.2 $
obj = struct(obj);
for i = 1:length(obj)
fig = get(obj(i).h,'parent');
function delete(obj)
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.2 $
obj = struct(obj);
for i = 1:length(obj)
fig = get(obj(i).h,'parent');