Is it possible to pre load (thanks to Callbacks) a .mlx doc in a Simulink model, to initialize parameters in the model ?

5 次查看(过去 30 天)
The goal is to use mlx code instead of classical matlab file only to have a better interface for the user of the model. I tried in the Callbacks to preload or post load the mlx doc but it does not seem to work...

回答(1 个)

Ayush
Ayush 2023-6-1
Hi @Lea, You can surely do that by adding run function in the preload function.
example:run("example.mlx")
But here we can check the Limitations of run so it is not advised hence either you can use ".m" file or copy the code directly in the function.

类别

Help CenterFile Exchange 中查找有关 Model, Block, and Port Callbacks 的更多信息

标签

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by