how to get current path in a stateflow?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want know how to get current system path in a stateflow?like 'gcs' function.
0 commentaires
Réponse acceptée
Jonas
le 25 Fév 2021
You should look into Stateflow Animations. It will highlight the latest path taken in blue during simulation, and the last path taken when simulation is stopped.
3 commentaires
Jonas
le 25 Fév 2021
I misunderstood indeed.
Use gcb maybe? It works for a Stateflow, but when going outside of a stateflow, it still returns the path of the stateflow.
I am unsure how you intend to use the command, but maybe you can rely on gcs, but perform a check on when gcb returns a stateflow, then use gcb instead.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Decision Logic dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!