Is there a way to store large number of transition conditions in a Simulink block?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Rashmi Bharadwaja
el 16 de Jun. de 2017
Comentada: Rashmi Bharadwaja
el 11 de Jul. de 2017
Hello all,
Could anybody suggest a way to store a large number of transition conditions in a Simulink block (or file)? I have a stateflow chart with large number of transition conditions at every state. I want to improve the readability and simplicity of my state chart.
Thanks in advance!
Cheers, Rashmi
0 comentarios
Respuesta aceptada
Ankita Nargundkar
el 21 de Jun. de 2017
If your transition conditions looks something like [condition1 && condition2 && ..... conditionN] , you can place a MATLAB function block in the chart that evaluates all of those conditions and returns true or false. That function could then be called as the transition condition, simplifying the syntax greatly.
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Simulink Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!