How can i do object oriented programming in Simulink?

조회 수: 25 (최근 30일)
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.

채택된 답변

Sebastian Castro
Sebastian Castro 2015년 10월 5일
If you want object-oriented programming in Simulink, I would recommend going the route of creating System objects.
These can be used in Simulink via the MATLAB System block.
- Sebastian
  댓글 수: 1
Sashank Pappu
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
Joel Handy 2019년 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.
https://www.mathworks.com/help/simulink/block-masks.html

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by