getDefaultState
R2026bDescription
returns the default state row at the top level of the state transition table
row = getDefaultState(stt)stt as a Stateflow.StateTransitionTableRow object. The default state row is the
row whose IsDefaultState property is
true. If no default state exists, the function returns an empty
array.