How to create reset button GUI
Afficher commentaires plus anciens
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 .
Réponse acceptée
Plus de réponses (1)
Taewa kaewplang
le 23 Mai 2012
0 votes
1 commentaire
Walter Roberson
le 23 Mai 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))
Catégories
En savoir plus sur Entering Commands dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!