matlab 2019b plot zoom in does not work

조회 수: 12 (최근 30일)
Jia Zhang
Jia Zhang 2019년 11월 5일
답변: Lin SC 2020년 8월 5일
Hi there,
I just update to the new version of matlab 2019b, but when I plot, the zoom in , zoom out button doesn't work at all. can anyone help?
Thanks a lot!
  댓글 수: 1
Ajay Pattassery
Ajay Pattassery 2019년 11월 12일
Is there any error coming in the MATLAB command window while zooming in.
Meanwhile, You could execute the following command on the command window
zoom on
and click on the figure window to zoom.
Refer zoom for more info

댓글을 달려면 로그인하십시오.

답변 (5개)

Paul Macey
Paul Macey 2019년 12월 3일
I have the same problem - I'm sure it's something simple.

Kristin Kaspersen
Kristin Kaspersen 2020년 1월 20일
Same problem here as well. In some figures, I can zoom normally, but in other figures, nothing happens when I try to zoom in. There's no error message and I can drag the rectangle that indicates the zoom region, but the figure is not updated/zoomed in.

laurent jalabert
laurent jalabert 2020년 5월 21일
same problem, using subplot programmably on R2018b. But zoom in is sometimes working, and sometimes not, while running exactely the same program on different data files. So it is really strange. Still I could not find the reason.

Rafael Cordero
Rafael Cordero 2020년 7월 7일
Also have the same problem.
Pretty shocking it still hasn't been addressed...
  댓글 수: 1
Steven Lord
Steven Lord 2020년 7월 7일
Please contact Technical Support using the telephone icon in the upper-right corner of this page. Provide them with the exact steps you follow where you try to zoom into a plot and work with them to determine the cause.
None of the posts previously provided enough information to be able to determine what caused it to "not work" (nor really what "not work" means -- did it throw an error? Issue a warning? Not zoom in but leave the view unchanged?) and without that it's difficult if not impossible to determine how to address it.

댓글을 달려면 로그인하십시오.


Lin SC
Lin SC 2020년 8월 5일
Have same problem!
fig=uifigure;
ax=uiaxes(fig);
image(ax,ones(101,101));
Same code, operating system, matlab version(2019b)... etc, but on different PCs.
The figure in first PC, the interaction icon on the upper-right corner of axes.
It can zoom in/out by using scroll wheel.
The figure in second PC, no icon on the axes, and zoom in/out function doesn't work.
no warning or error message.
Still could not find the reason.

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by