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에서 Data Exploration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!