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!