outerTransitions
R2026bIdentify outgoing transitions with specified source
Description
returns an array of transitions = outerTransitions(source)Stateflow.Transition objects that
correspond to the outer transitions of the specified source state. An outer
transition is a transition that exits the source state.
Examples
Input Arguments
Tips
The
outerTransitionsfunction is not supported forStateflow.StateTransitionTableChartobjects. State transition tables define transitions by using transition cells in rows. To access the transitions from a row, use thegetTransitionCellsobject function of theStateflow.StateTransitionTableRowobject.
Version History
Introduced before R2006a
