Matlab gui check box problem
3 次查看(过去 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!