MATLAB Function Reference |
Syntax
Description
h = dialog('
returns a handle to a dialog box. This function creates a figure graphics object and sets the figure properties recommended for dialog boxes. You can specify any valid figure property value except PropertyName
',PropertyValue,...)
DockControls
, which is always off
.
See Also
errordlg
, figure
, helpdlg
, inputdlg
, pagesetupdlg
, printdlg
, questdlg
, uiwait
, uiresume
, warndlg
Predefined Dialog Boxes for related functions
diag | diary |
© 1994-2005 The MathWorks, Inc.