In Simulink, how do I combine 2 function calls into one to trigger a stateflow?

10 views (last 30 days)
I want to trigger at stateflow by two different methods, how do I combine the two function calls?
I've tried a mux block, but then I get the following error "Port width mismatch. Chart is expecting input events signal of length 1. The actual input events signal has length 2."
Any help would be extremely gratefully received.
  2 Comments
Haresh Varu
Haresh Varu on 9 Sep 2019
i am also looking for the same answer. please let ke know if you have found an answer.
Stijn Helsen
Stijn Helsen on 21 Nov 2019
Did you define 2 triggers in your Stateflow diagram? When I try to do this, "he" doesn't complain.

Sign in to comment.

Answers (1)

Fangjun Jiang
Fangjun Jiang on 21 Nov 2019
I would create two boolean signals based on those two methods. Then you can do AND or OR operation and then enable the Stateflow.

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!