How to load .mat file into base workspace using app designer
Show older comments
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?
Answers (1)
Angelo Yeo
on 7 Jun 2024
0 votes
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.
Categories
Find more on Simulink Environment Customization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!