matlab 2019b plot zoom in does not work

18 views (last 30 days)
Jia Zhang
Jia Zhang on 5 Nov 2019
Moved: Matt J on 17 Nov 2025 at 20:15
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!
  7 Comments
Steven Lord
Steven Lord on 7 Jul 2020
Moved: Matt J on 17 Nov 2025 at 20:14
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 on 5 Aug 2020
Moved: Matt J on 17 Nov 2025 at 20:15
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.

Sign in to comment.

Answers (0)

Categories

Find more on Data Exploration in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!