필터 지우기
필터 지우기

In Simulink, when an SLX file is loaded, the workspace variables are not populated

조회 수: 7 (최근 30일)
In Simulink, when I load one of my saved SLX files, the workspace variables do not get populated.
This forces me to create them manually, to make the model functional.
What am I missing here ?

채택된 답변

Anusha Sasidharan
Anusha Sasidharan 2022년 5월 6일
Hi,
I understand that you want to retain the workspace variables that you created for the model.
You could try one of these approaches:
  1. Save the workspace variables in the model workspace or a data dictionary.
  2. If you want to use the base workspace itself, then define the variables in any relevant callback functions of the model.
Here are some documentation topics for this:
Thanks,
Anusha

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by