stateflow - FSM in a graphical function -


is possible put state inside graphical function? know can make graphical functions in matlab. can build fsm in graphical function? can put states in graphical functions?

no, it's impossible include state directly grahical function.

my ideas:

  1. you build own statechart in action language without stateflow states.

  2. check design :-)

  3. this workaround should work: stateflowchart -> grahical function -> simulink function -> stateflow block. aware of corect block triggering.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -