text out on axes
Mostrar comentarios más antiguos
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 comentario
Jason
el 10 de Oct. de 2014
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 10 de Oct. de 2014
1 voto
Can't you just divide the x,y by the zoom factor and text() it with those adjusted coordinates?
Categorías
Más información sobre Data Exploration en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!