How to add an else-if column in a state transition table?

1 view (last 30 days)
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!

Answers (1)

Abhilash Padma
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

Categories

Find more on Write C Functions Callable from MATLAB (MEX Files) in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!