dealing with checkbox in GUI
Show older comments
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 Comments
Alex Mcaulley
on 17 May 2019
set(handles.yourcheckbox1,'Value',0)
set(handles.yourcheckbox2,'Value',0) %and so on
geeks g
on 17 May 2019
geeks g
on 17 May 2019
Duplicate
Accepted Answer
More Answers (0)
Categories
Find more on Live Scripts and Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!