Main Content

open

Display object in editing environment

    Syntax

    Description

    example

    open(op) displays the object that corresponds to the operating point op in its editing environment. For example, charts, states, and boxes appear in the Stateflow® Editor. Data appear in the Model Explorer. For more information, see view.

    Examples

    collapse all

    Suppose that xFinal is the operating point for a Stateflow chart that contains a top-level state state with a substate called substate.

    Zoom in on and select the substate in the Stateflow Editor.

    open(op.state.substate)

    Input Arguments

    collapse all

    Version History

    Introduced in R2009b