Simulink - Saving Base Workspace Variables
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Paul
am 6 Okt. 2023
1 Stimme
One option is to use the Model Workspace: "Each model is provided with its own workspace for storing variable values."
2 Kommentare
Fangjun Jiang
am 7 Okt. 2023
That is true. In that sense, the variables are saved directly with the model in a single file.
Paul
am 7 Okt. 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.
Kategorien
Mehr zu Programmatic Model Editing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!