How can i do object oriented programming in Simulink?

32 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

Sebastian Castro
Sebastian Castro el 5 de Oct. de 2015
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 comentario
Sashank Pappu
Sashank Pappu el 6 de Ag. de 2019
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

Iniciar sesión para comentar.

Más respuestas (1)

Joel Handy
Joel Handy el 6 de Ag. de 2019
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

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by