dialog

Open properties dialog box of object

Syntax

thisObject.dialog

Description

The dialog method opens the Properties dialog box of its object.

Arguments

thisObject

The object for which to open the Properties dialog box.

Returns

None

Examples

If state A is represented by State object sA, the MATLAB® command statement sA.dialog opens the Properties dialog box for state A.

Introduced before R2006a