Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
mahendra kumar
mahendra kumar am 21 Apr. 2012
Kommentiert: Stuart Smith am 4 Nov. 2020
how to display a image in a specified position of the window
  1 Kommentar
Stuart Smith
Stuart Smith am 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 21 Apr. 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