how to get current path in a stateflow?

3 views (last 30 days)
asid
asid on 25 Feb 2021
Commented: Jonas on 25 Feb 2021
I want know how to get current system path in a stateflow?like 'gcs' function.

Accepted Answer

Jonas
Jonas on 25 Feb 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 Comments
Jonas
Jonas on 25 Feb 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.
Jonas
Jonas on 25 Feb 2021
I also found this MATLAB Question and Answer.
Maybe it is not possible...

Sign in to comment.

More Answers (0)

Categories

Find more on Complex Logic in Help Center and File Exchange

Products


Release

R2016b

Community Treasure Hunt

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

Start Hunting!