필터 지우기
필터 지우기

GUI seems to be stuck on where I attempted to print the display

조회 수: 1 (최근 30일)
William
William 2013년 2월 1일
I recently added a print button on the toolbar of my GUI and since then whenever I start the GUI it immediately goes right back to where I last printed the plot with the same settings. How can I clear the GUI so that I get a fresh start every time I run it and not see the last thing I did?
Thank you

답변 (1개)

Image Analyst
Image Analyst 2013년 2월 1일
편집: Image Analyst 2013년 2월 1일
I'm not sure if you mean the GUI (figure) with all of its sliders, textlabels, and radio buttons, etc., or the just the plot (axes). But if you want to reset just the current axes containing a plot, you can do
cla reset;

카테고리

Help CenterFile Exchange에서 Specifying Target for Graphics Output에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by