How to create reset button GUI
Mostrar comentarios más antiguos
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 .
Respuesta aceptada
Más respuestas (1)
Taewa kaewplang
el 23 de Mayo de 2012
0 votos
1 comentario
Walter Roberson
el 23 de Mayo de 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))
Categorías
Más información sobre Entering Commands en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!