addDefaultTransitionPathRow
R2026bDescription
adds a default transition path row to the state transition table
row = addDefaultTransitionPathRow(stt)stt and returns the new row as a Stateflow.StateTransitionTableRow object. This syntax clears all existing
default transitions at the chart level.
adds a default transition path row under the state row
row = addDefaultTransitionPathRow(parentRow)parentRow and returns the new row as a Stateflow.StateTransitionTableRow object. This syntax clears all existing
default transitions at the level of the parent row.