How can I model large automata?
2 ビュー (過去 30 日間)
古いコメントを表示
I have an automata with 100's of states and many more event transitions. What is the best way to model this in MATLAB?
Thanks!
0 件のコメント
回答 (1 件)
Mrinal Anand
2023 年 6 月 21 日
You can use Stateflow Toolbox in Simulink to model the automata. However, modeling a large automata in MATLAB and Stateflow can be complex and time-consuming. I would recommend you to break down the automata into smaller modules to make it more manageable. It would be helpful to verify each module before integrating them into a larger system.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!