How to create reset button GUI
显示 更早的评论
I need a create reset button in gui . if click reset button will clear all value in program but I don't know function reset
Help me Please .
采纳的回答
更多回答(1 个)
Taewa kaewplang
2012-5-23
0 个投票
1 个评论
Walter Roberson
2012-5-23
openingFcn is something created by GUIDE, not part of MATLAB itself. I do not know what the effect of calling it in your program would be. You would probably have to start with something like
delete(findall(0))
类别
在 帮助中心 和 File Exchange 中查找有关 Entering Commands 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!