How to get the name of Active State in Stateflow

4 visualizzazioni (ultimi 30 giorni)
Zihao Liu
Zihao Liu il 24 Apr 2019
Risposto: Fangjun Jiang il 24 Apr 2019
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?

Risposte (1)

Fangjun Jiang
Fangjun Jiang il 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).

Categorie

Scopri di più su Complex Logic in Help Center e File Exchange

Prodotti


Release

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by