dealing with checkbox in GUI
Mostrar comentarios más antiguos
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 comentarios
Alex Mcaulley
el 17 de Mayo de 2019
set(handles.yourcheckbox1,'Value',0)
set(handles.yourcheckbox2,'Value',0) %and so on
geeks g
el 17 de Mayo de 2019
geeks g
el 17 de Mayo de 2019
Duplicate
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Live Scripts and Functions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!