Drop down controls not displaying their default values when live script is run

I have a script with two drop downs and each drop down has a default value set. When I run the script the drop down shows their last used values.
I have tried clearing my workspace before running the script but that makes no difference.
How can I ensure that the controls display their default values, or set them to their default values each time the script is run?
MATLAB seems to be remembering the last used values even if I close and re-open MATLAB before running the script.

답변 (1개)

T.Nikhil kumar
T.Nikhil kumar 2024년 4월 15일
Hello Paul,
From what I understand, you want to set the dropdowns to their default values each time you run the script.
Currently, I do not think there is a straightforward way to achieve this in run time. A possible workaround could be to manually restore default values of each dropdown before you run the script. You can restore default value of a control by right clicking on the dropdown and selecting ‘Restore Default value’ option.
Follow this MATLAB Answer for updates regarding ways to restore default values of all controls using a single option - https://www.mathworks.com/matlabcentral/answers/1672669
Regards,
Nikhil

카테고리

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

제품

릴리스

R2022b

질문:

2022년 12월 5일

답변:

2024년 4월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by