| Contents | Index |
transitions = thisObject.outerTransitions
The outerTransitions method returns an array of transitions that exit the outer edge of this object and terminate on objects outside the containment of this object.
None
thisObject | The object for which to find outer transitions. Can be of object type State or Box. |
transitions | An array of transitions exiting the outer edge of this state. |
A chart contains three states, A, B, and C. State A is connected to state B through a transition from state A to state B. State B is connected to state C through a transition from state B to state C. And state C is connected to state A through a transition from state C to state A. If state A is represented by State object handle sA, the command sA.outerTransitions returns the transition from state A to state B.

Learn how engineers use Stateflow to model state machines in their Simulink models.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |