How can i do object oriented programming in Simulink?
24 次查看(过去 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!