0

Is it possible to put a state inside a graphical function? We know that we can make graphical functions in matlab. Can we build a FSM in a graphical function? Can we put states in graphical functions?

user3379482
  • 557
  • 1
  • 10
  • 21

1 Answers1

0

No, it's impossible to include a state directly into a grahical function.

My ideas:

  1. You build your own statechart in action language without any stateflow states.

  2. Check your design :-)

  3. This workaround should work: Stateflowchart -> grahical function -> simulink function -> stateflow block. But be aware of the corect block triggering.

amw
  • 452
  • 1
  • 5
  • 14