dealing with checkbox in GUI
Afficher commentaires plus anciens
i have a uipanel
inside of it a 20 checkboxes , iwant to push a button 'clear' and make all the checboxes un checked
how can i do it??
4 commentaires
Alex Mcaulley
le 17 Mai 2019
set(handles.yourcheckbox1,'Value',0)
set(handles.yourcheckbox2,'Value',0) %and so on
geeks g
le 17 Mai 2019
geeks g
le 17 Mai 2019
Duplicate
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Live Scripts and Functions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!