How to create reset button GUI
Show older comments
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 .
Accepted Answer
More Answers (1)
Taewa kaewplang
on 23 May 2012
0 votes
1 Comment
Walter Roberson
on 23 May 2012
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))
Categories
Find more on Entering Commands 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!