How to load matlabFunction output into Simulink

3 visualizaciones (últimos 30 días)
Aaron Inks
Aaron Inks el 15 de Sept. de 2021
Respondida: Paul el 15 de Sept. de 2021
I have a very complicated matrix inversion. I turned the resulting matrix into a function using matlabFunction. I need to find a way to evaluate the resulting function in simulink.

Respuestas (2)

Paul
Paul el 15 de Sept. de 2021
matlabFunctionBlock can be used to generate a block directly into the Simulink model from the symbolic expression. It will only be availabe in Simulink. If you need the function in Matlab and Simulink, then use matlabFunction with the 'file' option and then call that m-function from inside a Matlab Function block in the Simulink model.

Walter Roberson
Walter Roberson el 15 de Sept. de 2021
When you use matlabFunction(), give it the 'file' option to write the code into a file. After that, you can use the file name as a function name just like any other .m file.

Categorías

Más información sobre Interactive Model Editing en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by