MATLAB Functions Help Desk

dialog

Purpose

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, questdlg, uiwait, uiresume, warndlg



[ Previous | Help Desk | Next ]