MATLAB Function Reference
  Go to function:
    Search    Help Desk 
dialog    See Also

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.

See Also

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



[ Previous | Help Desk | Next ]