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 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Will Jackson
2016 年 7 月 21 日
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 件のコメント
参考
カテゴリ
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!