dealing with checkbox in GUI
古いコメントを表示
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 件のコメント
Alex Mcaulley
2019 年 5 月 17 日
set(handles.yourcheckbox1,'Value',0)
set(handles.yourcheckbox2,'Value',0) %and so on
geeks g
2019 年 5 月 17 日
geeks g
2019 年 5 月 17 日
Duplicate
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Live Scripts and Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!