Have a fresh start of GUI

조회 수: 1 (최근 30일)
Xin
Xin 2016년 10월 28일
답변: Walter Roberson 2016년 10월 29일
I created a GUI which has textbox for users to fill in and axis that plot the result. However, weird enough is that every time when I newly started the GUI, it shows the textbox with what I filled in in the last run and the figure plotted before. Is there any way to get rid of it to have a fresh start every time I run it. Many thanks in advance.

채택된 답변

Walter Roberson
Walter Roberson 2016년 10월 29일
It sounds as if you might have a savefig() somewhere in your code; if so then you need to get rid of it.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by