Put Image on cursor coordinates

1 view (last 30 days)
Rayane
Rayane on 8 Jan 2014
Commented: Image Analyst on 8 Jan 2014
Hello
When I get cursor coordinates in matlab gui, values of X and Y are between 0 and 600
when I want to put image to those coordinates on the same axes,it only appears on screen for coordinates <1 !
How can I solve this problem ? ( dividing X and Y by 100 isn't a solution )
I want my image to appear exactly where the user clicks
Thank you

Answers (1)

Image Analyst
Image Analyst on 8 Jan 2014
I'm not exactly sure what you're asking. Have you seen impixelinfo()?
  2 Comments
Rayane
Rayane on 8 Jan 2014
Hello
I have an axes on which, where the user clicks, I want to put an object (button, another axes, ...etc)
My problem is :
X,Y coordinates of mouse cursor are too big [0 700]
When I set the position of the object on axes to those coordinates , the object doesn't appear at all because it goes out of the whole window
If its coordinates are <1 the object appears on axes ! Knowing that cursor coordinates were taken from the same axes
Why ?
Thank you
Image Analyst
Image Analyst on 8 Jan 2014
Make sure the "units" property of all your controls (buttons, figure, axes, whatever) are the same (pixels, normalized, or whatever). There is probably a mismatch. And not all controls can overlap (for example you can't use subplot() to overlap axes because it just doesn't show one). And how to you know whether the item you place there will be on top of underneath the control you clicked on?

Sign in to comment.

Categories

Find more on Visual Exploration in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!