www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtools/@cgbrowser/doDelete.m

    function doDelete(h)
%DODELETE React to deletion of browser object
%
%  DODELETE(CGB) is called when the browser handle is deleted

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


if h.GUIExists
    % Shut down GUI interface
    close(h.Figure);
end