How to get the name of Active State in Stateflow

4 views (last 30 days)
I want to get the name of Active State in Stateflow.
Until now I only find some blocks or methods, which can monitor the status of Active State in Stateflow. It can only be used or seen in "Scope" block.
If it is possible to get the name of Active State in Stateflow as a char or string data?

Answers (1)

Fangjun Jiang
Fangjun Jiang on 24 Apr 2019
A typical way is to add an output to the chart. In each state, add a during action that assign this output with the value of the state (either number or char or string).

Categories

Find more on Complex Logic in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!