Borrar filtros
Borrar filtros

how to display a image in a specified position of the window

3 visualizaciones (últimos 30 días)
mahendra kumar
mahendra kumar el 21 de Abr. de 2012
Comentada: Stuart Smith el 4 de Nov. de 2020
how to display a image in a specified position of the window
  1 comentario
Stuart Smith
Stuart Smith el 4 de Nov. de 2020
I think I have a similar question. I created some apps that display images. How can I position the app GUI on the right side of the desktop and the images on the left side so that the upper left corner of the image is located at the upper left corner of the desktop? RIght now I manually position the GUI on the right side of the desktop. When images are displayed, they appear centered horizontally but almost at the top of desktop, where they partially obscure the interface.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 21 de Abr. de 2012
image() and imagesc() accept coordinate positions. Those positions are in data units, and the values relate to where to put the centers of the bottom left and upper right pixels. Not the edge, the center.
But when you say "specified position of the window", do you mean of the figure, or do you mean of the screen?
Images must be placed inside of axes, so one of the questions you need to work out first is how to place the axes where you want.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by