How can I make a transition when a variable does not change its value?

1 Ansicht (letzte 30 Tage)
I have a stateflow chart that has a signal from a signal builder block as its input. I want to have a transition between two states that when two conditions happen:
  • The signal has its value below a threshold.
  • The signal value has not changed by a factor of delta for T seconds
Does anyone have any idea how do I do that?

Akzeptierte Antwort

Swarooph
Swarooph am 4 Mai 2016
One way to do this would be to use some sort of an intermediate state to toggle between the condition. See screenshot at the end of the post.
For (1) use a < symbol and a threshold value. Use the OR operator ('||') to check for an interval.
e.g. screenshot of logic below:

Weitere Antworten (1)

zhihui diao
zhihui diao am 26 Mai 2016
Bearbeitet: zhihui diao am 26 Mai 2016
or you can build a time counter inter the second state use "during" sytax

Kategorien

Mehr zu Complex Logic finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by