Call a Matlab function in Simulink for later code generation

Hello!
I need to use a MATLAB function in my Simulink project.
The problem is that this function needs to call other functions and load data from *.mat files (see image).
I also need to generate the code using Simulink Coder and Embedded Coder.
Which technique should I adopt from the answer below ?

2 comentarios

What exact issue are you facing?
Calling a function should work, when the file is on the search path.
When loading a mat-file you could use:
coder.load
Thank you for further feedback.
Hello Olivier,
Finaly, it was the error that I've used a load() instead of coder.load() command for loading *.mat files. So now all works.

Iniciar sesión para comentar.

 Respuesta aceptada

Dimitri
Dimitri hace alrededor de 8 horas
Finaly, it was the error that I've used a load() instead of coder.load() command for loading *.mat files. So now all works.

Más respuestas (0)

Categorías

Más información sobre Deployment, Integration, and Supported Hardware en Centro de ayuda y File Exchange.

Productos

Versión

R2022a

Preguntada:

el 23 de Abr. de 2026 a las 9:14

Respondida:

hace alrededor de 12 horas

Community Treasure Hunt

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

Start Hunting!

Translated by