How to zoom in on figures within the dock? (2012b)
1 次查看(过去 30 天)
显示 更早的评论
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?
(see the old discussion here: http://www.mathworks.co.uk/matlabcentral/answers/48070-experiences-with-release-2012b)
0 个评论
回答(2 个)
Jan
2013-3-16
编辑:Jan
2013-3-18
It is a workaround only and not a real soltuion, I admit:
Use undocked windows and R2012a.
3 个评论
Jan
2013-3-21
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.
Sean de Wolski
2013-3-20
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Exploration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!