How to load .mat file into base workspace using app designer

7 次查看(过去 30 天)
I want to run my model in app desinger.
Therefore, all parameters from the .mat file are required to run the model.
How to load all parameters from mat file into base workspace?

回答(1 个)

Angelo Yeo
Angelo Yeo 2024-6-7
According to your description, I believe you are working with a Simulation App with a Simulink model. Usually, it's not a good idea to import variables into base workspace when you are working with apps. It's better to load the mat file as an app parameter and hand over to Simulink model. Here, Simuink.SimulationInput can help you set your parameters for the simulation. For details, please refer to the following documentation.

类别

Help CenterFile Exchange 中查找有关 Dependency Analysis 的更多信息

标签

产品


版本

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by