Simulink - Saving Base Workspace Variables
Show older comments
Is there a way to save the Simulink "base workspace" variables from the .m file? Everytime I open my model in Simulink, I need to re-inport the base workspace, but would rather have the variables saved in the model.
Accepted Answer
More Answers (1)
Paul
on 6 Oct 2023
1 vote
One option is to use the Model Workspace: "Each model is provided with its own workspace for storing variable values."
2 Comments
Fangjun Jiang
on 7 Oct 2023
That is true. In that sense, the variables are saved directly with the model in a single file.
Paul
on 7 Oct 2023
There is also an option to have the variables stored in a .mat file:
- When the model is loaded, the workspace is initialized from a data source.The data source can be a Model file, a MAT-file, a MATLAB file, or MATLAB code stored in the model file. For more information, see Data source.
Categories
Find more on Programmatic Model Editing 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!