Effacer les filtres
Effacer les filtres

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

3 vues (au cours des 30 derniers jours)
mahendra kumar
mahendra kumar le 21 Avr 2012
Commenté : Stuart Smith le 4 Nov 2020
how to display a image in a specified position of the window
  1 commentaire
Stuart Smith
Stuart Smith le 4 Nov 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.

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 21 Avr 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.

Community Treasure Hunt

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

Start Hunting!

Translated by