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!