tf = slreportgen.utils.isStateTransitionTable(obj)
returns 1 (true) if the input obj
is a State Transition Table block or a
Stateflow.StateTransitionTableChart object. Otherwise, the function returns
0 (false).
Block or Stateflow object to check for being a state transition table, specified as:
A string or character vector that contains the object path.
A numeric block handle.
A Stateflow API object, such as
Stateflow.StateTransitionTableChart or
Stateflow.Chart. For more information about Stateflow API
objects, see Summary of Stateflow API Objects and Properties (Stateflow).