Reset button in Matlab GUI
이전 댓글 표시
Hello
I am working with Mat lab GUI and it works. But I need to add a reset button so that that when the user wants to input other parameters, it clear all the input data and figure of the previous result.
Any idea please how to implement this.
Thank you
Matt
채택된 답변
추가 답변 (3개)
David Sanchez
2013년 5월 10일
to reset the plot use:
clf
type
help clf
for all the information you'll need
Sittichai Ouamaimphuet
2022년 3월 2일
0 개 추천
cla(handles.Diagram1,'reset')
Sittichai Ouamaimphuet
2022년 3월 2일
0 개 추천
cla(handles.Diagram1,'reset')
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!