Anyone know how to create/ declare arrays, structer in simulink?
1 回表示 (過去 30 日間)
古いコメントを表示
Anyone know how to create/ declare arrays, structer in simulink?
0 件のコメント
回答 (1 件)
Walter Roberson
2024 年 5 月 8 日
You can use MATLAB Function Blocks.
Or for structs, you can construct Simulink Bus objects; https://www.mathworks.com/help/simulink/ug/when-to-use-bus-objects.html
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!