How to load a .m-File into a Simulink block 'MATLAB Function'?

53 visualizaciones (últimos 30 días)
Lukas Bathelt
Lukas Bathelt el 18 de Ag. de 2017
Editada: Aniruddha Katre el 18 de Ag. de 2017
Hello,
I made a Simulink model and I'm using a MATLAB Function block. In 'Model Properties/Callbacks/InitFcn' there is my .m-File. This file loads all parameters for my model. Only the MATLAB Function block gives me an error message that the parameters which are used in the MATLAB Function block are undefined. I don't want to write all the used parameters in the MATLAB Function block.
Is there a way to solve this problem? Any ideas?
Thank you ;)

Respuestas (1)

Aniruddha Katre
Aniruddha Katre el 18 de Ag. de 2017
Editada: Aniruddha Katre el 18 de Ag. de 2017
The parameters you load into the MATLAB workspace are not visible in the MATLAB Function block because they are not set as parameters of the block nor are they explicit inputs to the block. You will need to go to the Ports and Data Manager option inside the MATLAB Function block and define the variables you load into the MATLAB workspace as parameters for the block. Instructions for that can be found here:

Categorías

Más información sobre Modeling 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!

Translated by