MATLAB Functions | Help Desk |
dialog
Create and display dialog boxh = dialog('PropertyName
',PropertyValue,...)
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.
errordlg
, figure
, helpdlg
, inputdlg
, questdlg
, uiwait
, uiresume
, warndlg