Clear Filters
Clear Filters

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

3 views (last 30 days)
how to display a image in a specified position of the window
  1 Comment
Stuart Smith
Stuart Smith on 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.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 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!