Can I use MATLAB classes in Simulink?

102 visualizaciones (últimos 30 días)
MathWorks Support Team
MathWorks Support Team el 10 de Jul. de 2018
Comentada: Walter Roberson el 6 de Feb. de 2023
I am trying to define a class in a MATLAB ('.m') file. Then, I am using an instance of one of that class in a Simulink "MATLAB function" block to execute one of the methods of the class. However, I am having trouble launching it in Simulink. 
How can I use classes written in MATLAB in Simulink? Ultimately, I would like to generate code from my model.

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 6 de Feb. de 2023
Editada: MathWorks Support Team el 6 de Feb. de 2023
You can use MATLAB classes in Simulink for code generation through MATLAB Function block.
Not all MATLAB functions are supported for code generation. Refer to this page for a list of supported functions: https://www.mathworks.com/help/simulink/ug/functions-and-objects-supported-for-cc-code-generation.html
In addition, this page discusses best practices for defining variables for code generation: https://www.mathworks.com/help/releases/R2022b/simulink/ug/best-practices-for-defining-variables-for-c-c-code-generation.html
The MATLAB Function documentation page include links to various examples and useful articles that explains the limitations and best practices for writing MATLAB code for code generation:
These example uses MATLAB system object class in Simulink:
  2 comentarios
Walter Roberson
Walter Roberson el 30 de En. de 2023
https://www.mathworks.com/help/simulink/slref/matlabfunction.html
https://www.mathworks.com/help/simulink/ug/define-system-object-for-use-in-simulink.html
Walter Roberson
Walter Roberson el 6 de Feb. de 2023
URL-hacking of the help information does not always work, but it is a good first step.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by