Simulink - Saving Base Workspace Variables
显示 更早的评论
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.
采纳的回答
更多回答(1 个)
Paul
2023-10-6
1 个投票
One option is to use the Model Workspace: "Each model is provided with its own workspace for storing variable values."
2 个评论
Fangjun Jiang
2023-10-7
That is true. In that sense, the variables are saved directly with the model in a single file.
Paul
2023-10-7
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Programmatic Model Editing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!