Double-click zoom not resetting correctly

조회 수: 3 (최근 30일)
Bruce
Bruce 2011년 6월 1일
I have a gui with an axes. In it a do an imagesc from selected data. When I load up the gui, the first image loaded to the axes acts normal. It can be zoomed and when you double-click, it resets to the correct x/y limits. But when I load another image, matlab seems to store the default max limits from the first image only so that double clicking resets the image to whatever the values were for the first image when it was first loaded. I've tries cla(gca), and cla(gca,reset), and reset(gca).
Does anyone have any idea to thoroughly reset the axes so that double click makes the entire image visible again?

채택된 답변

Jan
Jan 2011년 6월 1일
Perhaps this helps instead of CLA:
zoom out
zoom reset

추가 답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by