Matlab gui check box problem
2 ビュー (過去 30 日間)
古いコメントを表示
In my GUI file i have 6 check boxes. When i run it for the first time the results are good. But if i run it for second time the results are not matching. So what i want, i need to reset all the values of check boxes upon starting. How can i do that. Thanks
0 件のコメント
採用された回答
Azzi Abdelmalek
2012 年 11 月 10 日
編集済み: Azzi Abdelmalek
2012 年 11 月 10 日
set them in your opening function
set(handles.yourcheckbox,'value',1)
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Whos についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!