www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@xregtools/@MBrowser/Delete.m

    function Delete(h,nul,obj)
% DELETE  Delete Model Browser
%
%  h.Delete

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


% Callback syntax support:
if nargin>1
    h = obj;
end

if h.GUIExists && isgraphics(h.Figure)
    delete(h.Figure);
end