Simulink - Saving Base Workspace Variables
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (1)
Paul
le 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 commentaires
Fangjun Jiang
le 7 Oct 2023
That is true. In that sense, the variables are saved directly with the model in a single file.
Paul
le 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.
Catégories
En savoir plus sur Programmatic Model Editing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!