How to get the name of Active State in Stateflow

4 次查看(过去 30 天)
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?

回答(1 个)

Fangjun Jiang
Fangjun Jiang 2019-4-24
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).

类别

Help CenterFile Exchange 中查找有关 Complex Logic 的更多信息

产品


版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by