text out on axes
古いコメントを表示
I load an image onto an axes and want to display text in the top left hand corner. As I often display the image at different zoom factors, using the text using x,y wont work for all Zoom factors. Is there away to say irrespective of zoom, always plot at a certain coordinate on the underlying axes?
採用された回答
その他の回答 (1 件)
Image Analyst
2014 年 10 月 10 日
1 投票
Can't you just divide the x,y by the zoom factor and text() it with those adjusted coordinates?
カテゴリ
ヘルプ センター および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!