Stateflow chart without states
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have seen examples before of using a state chart without states to implement logical expressions. I tried doing this recently, and I got warnings that none of my assignments would be executed because the actions did not end in states. Why would that be?
0 comentarios
Respuestas (2)
Fangjun Jiang
el 16 de Sept. de 2011
You need to have a destination for the transition. Use the Junction if you don't have any State.
2 comentarios
Fangjun Jiang
el 16 de Sept. de 2011
No. We do flow chart logic all the time using Stateflow. What version of MATLAB are you using? Did the result come out correct? Maybe it's just a friendly warning.
Wilfred
el 4 de Oct. de 2011
AFAIK, "state charts" with just junctions and transitions , and no states, can only be defined within a graphical function. Search the user manual for "graphical function" and you'll see the examples.
1 comentario
Fangjun Jiang
el 4 de Oct. de 2011
It is not true. A state chart can have just junctions and transitions.
Ver también
Categorías
Más información sobre Complex Logic en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!