I created parameters in the block parameter options for several transfer functions and gains. I opted to save each one on 'Base Workspace'. Everytime I close the project, Matlab deletes the parameters and I have to do everything all over again.
How do I prevent that?

 채택된 답변

Fangjun Jiang
Fangjun Jiang 2020년 12월 10일
편집: Fangjun Jiang 2020년 12월 10일

0 개 추천

That is expected behavior. I don't know why it was designed that way. To avoid the problem, do either one of these:
  1. Create the variable in Model workspace, it will be saved with the model.
  2. Create the variable in a Simulink Data Dictionary, it will be saved to a .sldd file.
  3. Save the workspace variable to a .mat file before closing MATLAB. Next time, load the .mat file first.
  4. Export the workspace variable to a .m file before closing MATLAB. Next time, run the .m file first.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Modeling에 대해 자세히 알아보기

제품

태그

질문:

2020년 12월 10일

편집:

2020년 12월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by