www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/xregdialog.m

    function h=xregDialog(varargin)
%XREGDIALOG
%
%  h=xregDialog(prop,value...) creates a modified invisible figure window
%  and returns the UDD handle to it.  

%  SEE ALSO:  XREGFIGURE

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



h = xregfigure(varargin{:}, 'Visible', 'off', 'WindowStyle', 'modal');