How can i do object oriented programming in Simulink?
20 ビュー (過去 30 日間)
古いコメントを表示
Balasubrahmanya Patel Kuinthodu Ganesh
2015 年 10 月 5 日
編集済み: Walter Roberson
2024 年 8 月 6 日
Does simulink support object oriented programming? I want to design a control algorithm for an air compressor systems consisting of multiple compressors(objects). The compressors will have some of its specifications as parameters.
Can anyone suggest how to do?
Or any similar sample model will also be very helpful.
0 件のコメント
採用された回答
Sebastian Castro
2015 年 10 月 5 日
編集済み: Josh Kahn
2024 年 8 月 6 日
If you want object-oriented programming in Simulink, I would recommend going the route of creating System objects.
- Sebastian
1 件のコメント
Sashank Pappu
2019 年 8 月 6 日
Thank you. Can you please provide any applications in the industry that have been done so far? I just started with system objects, But its quite new and really vast.
-Sashank
その他の回答 (1 件)
Joel Handy
2019 年 8 月 6 日
編集済み: Walter Roberson
2024 年 8 月 6 日
It sounds like a simple masked subsystem may suit your needs. Its not object oriented programming but you can use it to define unique parameters for a custom subsystem block.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Audio Processing Algorithm Design についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!