OOP with Object-creation in Simulink
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Steffen
el 22 de Feb. de 2024
Respondida: Fangjun Jiang
el 22 de Feb. de 2024
I would like to use OOP architectures in Simulink/Matlab. For this purpose, I have added a Matlab function 'runMain' in Simulink (see Image 1).

Image 1
In this function 'runMain', a Matlab function is then called (see Image 2)

Image 2
In his function a Sensor object is created, and subsequently, the object method 'calculate' is called (see Image 3).

Image 3
However, I receive the following message: Unable to resolve the name 'sensor.calculate'.
The code for the sensor object looks like (see Image 4):

Image 4
Now, I would like to know if it is even possible to create such objects. Thank you very much.
2 comentarios
Respuesta aceptada
Fangjun Jiang
el 22 de Feb. de 2024
Not "MATLAB Function" block, use MATLAB System block
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Simulink Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!