- You can't click-and-drag with zoom out, i.e., you can't select a region that's larger than the current view. Zoom out happens when you click, and subsequent dragging has no effect.
- You have to zoom in or pan before you can zoom out. That is, by default MATLAB won't let you zoom out beyond the initial limits of the plot.
How does the zoom out feature work?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
On a uiaxes plot, the zoom in tool (magnifying glass with a + sign) works quite nicely. Having chosen that tool, I drag a rectangle across the plot, and it zooms in.
There is also a zoom out tool (magnifying glass with a - sign). When I choose that tool and then click or drag on the plot, ABSOLUTELY NOTHING HAPPENS. What is the secret to it? How does this tool work?
0 Commenti
Risposte (2)
Voss
il 12 Feb 2024
Two things to be aware of:
2 Commenti
Austin M. Weber
il 12 Feb 2024
@Ken, The above is correct. In addition to this, if you want to return to the original plot size after zooming in/out, you can click the home icon (looks like a house), and that will revert the plot to its default state.
Walter Roberson
il 12 Feb 2024
As you zoom in, the tools internally keep a history of your positions. When you zoom out, the tool pops the previous position off and restores it.
0 Commenti
Vedere anche
Categorie
Scopri di più su Data Exploration in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!