How to zoom in on figures within the dock? (2012b)

It is known that some people (including myself) are having trouble doing the basic image operations like zooming in or out when the figure is docked. The new Matlab 2012b desktop makes it so that you have to:
1. click the figure
2. then go up to the ribbon, click the Figure tab
3. then click the zoom button
4. Go back down to the figure.
This quickly gets infuriating.
Is there a workaround? Is there a simple shortcut I can press to switch to zoom-in/out mode?

Réponses (2)

Jan
Jan le 16 Mar 2013
Modifié(e) : Jan le 18 Mar 2013

0 votes

It is a workaround only and not a real soltuion, I admit:
Use undocked windows and R2012a.

3 commentaires

Theo
Theo le 20 Mar 2013
Unfortunately, that's not a great solution for me. I noticed that there is a Zoom Keys function on the FE which allows one to use shortcut keys to zoom in. However, this doesn't seem to work for docked figures.
Any ideas how one might modify it?
Jan
Jan le 21 Mar 2013
The zoom function looks very tricky, but all it does is changing the XLim and YLim properties for 2D plots. Therefore it might be easier to implement an own zoom function, than trying to connect the original function through the ugly ribbon djungle.
@Jan, what's tricky about it?

Connectez-vous pour commenter.

The best solution I can think of is to create a shortcut that turns zoom on and off and then add this shortcut to the Quick Access Toolbar so it's always available.
doc zoom
For what this shortcut would have to do.

Catégories

En savoir plus sur Graphics Performance dans Centre d'aide et File Exchange

Question posée :

le 16 Mar 2013

Community Treasure Hunt

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

Start Hunting!

Translated by