Clear Filters
Clear Filters

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

7 views (last 30 days)
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
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.

Categories

Find more on Dependency Analysis in Help Center and File Exchange

Products


Release

R2024a

Community Treasure Hunt

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

Start Hunting!