How to add an else-if column in a state transition table?
3 views (last 30 days)
Show older comments
I’m using a state transition table to describe a finite state machine work. But I’d like to connect more than two inputs from the initial state. How can I add an else-if column to the transitions section? Thanks for answering!
0 Comments
Answers (1)
Abhilash Padma
on 17 Jul 2019
Hi,
I understand that you want to add an else-if column in a state transition table. You can do this by right clicking on the second line from top which contains “IF” ,”ELSE IF” words and select “Insert transition column”.
For more information about state transition tables, refer the following link:https://www.mathworks.com/help/stateflow/ug/state-transition-tables-in-stateflow.html
0 Comments
See Also
Categories
Find more on Structures in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!