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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -