Stateflow: Using State as transition condition

Does anybody know if I can use a state condition in parallel chart as a condition for transition? For example, when state b is active in subchart 2, a transition from x to y will occur, as seen in the drawing below:

 Akzeptierte Antwort

Sebastian Castro
Sebastian Castro am 17 Apr. 2015

1 Stimme

There are "implicit events" in Stateflow that let you check whether you're in a state, or a state has just been entered. For example
enter(2.b)
in(2.b)
Look at this link, which explains implicit events in more detail.
- Sebastian

Weitere Antworten (1)

moshe
moshe am 17 Apr. 2015

0 Stimmen

Thank You very much Sebastian!

Kategorien

Mehr zu Decision Logic finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 17 Apr. 2015

Beantwortet:

am 17 Apr. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by