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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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