MATLAB Function Reference Previous page   Next Page
dialog

Create and display dialog box

Syntax

Description

h = dialog('PropertyName',PropertyValue,...) 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 DockControls, which is always off.

See Also

errordlg, figure, helpdlg, inputdlg, pagesetupdlg, printdlg, questdlg, uiwait, uiresume, warndlg

Predefined Dialog Boxes for related functions


Previous page  diag diary Next page

© 1994-2005 The MathWorks, Inc.