Within imtool, how can I programmatically zoom to a point in such a way that the %zoom drop-down box is updated and normal zoom functionality (icons) still work? Can I manually call the imtool zoom callback function?
2 views (last 30 days)
Show older comments
Within imtool, how can I programatically zoom to a point? I have tried CameraTarget, CameraPosition, xlim, zoom, but once set I am having trouble zooming back to the original full image using the imtool zoom icons.
0 Comments
Answers (1)
Will Jackson
on 21 Jul 2016
Hello,
imtool set the axes Position property to pan and zoom. This is different than the other ways of zooming in MATLAB with the axes limits (XLim, YLim or ZLim) or any of the camera properties and so when you mix them, you get strange results.
Will
0 Comments
See Also
Categories
Find more on Data Exploration in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!