Clear Filters
Clear Filters

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

5 views (last 30 days)
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.

Answers (1)

T.Nikhil kumar
T.Nikhil kumar on 15 Apr 2024
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

Categories

Find more on Simulink Environment Customization in Help Center and File Exchange

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!