How to load .mat file into base workspace using app designer
9 views (last 30 days)
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?
0 Comments
Answers (1)
Angelo Yeo
on 7 Jun 2024
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.
0 Comments
See Also
Categories
Find more on Develop Apps Using App Designer 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!