How to add control to restore all default values in a live script?
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am attempting to add a simple control button that will restore all other controls to their default values. The point of this live script is to allow the user to modify all ten variables at their will, but I would like an easier reset than right-clicking each control and selecting "Restore Default Value". How can I accomplish this?

0 Commenti
Risposte (2)
Nidhi Jain
il 26 Giu 2024
Modificato: Nidhi Jain
il 27 Giu 2024
Hello,
Starting with R2024b, you can restore all interactive controls to their default values by right-clicking on any control and selecting "Restore Default Values for All Controls."
Feel free to try it out in the R2024b Prerelease. Let me know if you have any questions.
0 Commenti
Nidhi Jain
il 12 Lug 2022
Hi Jacob,
Thank you for your interest in interactive controls. Currently, there is no way to reset all the interactive controls using a single option. But, this is something our development team is aware of and is considering. This feedback is useful, and we hope to address it in an upcoming release.
5 Commenti
Justin Bell
il 8 Feb 2024
I'm still not seeing this as of 2024-prerelease, if it's in here I'd love to know where
Gokhan Pekcan
il 19 Mar 2024
Modificato: Gokhan Pekcan
il 19 Mar 2024
PLEASE, it’s been over two years, something needs to be done.
Furthermore, one last used value from a “list” of item values appears in dropdown as a possible selectable value even though the “variable” that generates the list becomes an empty one. Dropdown must correctly update and show blank.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!