Main Content
defaultTransitions
Identify default transitions in specified object
Description
returns an array of transitions
= defaultTransitions(parent
)Stateflow.Transition
objects that
correspond to the default transitions at the top level of the specified parent
object. For more information, see Use Default Transitions to Specify Initial Substate Activity.
Examples
Input Arguments
Tips
To identify default transitions inside a
Stateflow.Box
, call thedefaultTransitions
function on theStateflow.Chart
,Stateflow.Function
, orStateflow.State
object that contains the box.
Version History
Introduced before R2006a