Drexel dragonThe Math ForumDonate to the Math Forum



Search All of the Math Forum:

Views expressed in these public forums are not endorsed by Drexel University or The Math Forum.


Math Forum » Discussions » Software » comp.soft-sys.matlab

Topic: scatter plot atop image
Replies: 0  

Advanced Search

Back to Topic List Back to Topic List  
Candace

Posts: 13
Registered: 10/20/12
scatter plot atop image
Posted: Nov 7, 2012 12:03 PM
  Click to see the message monospaced in plain text Plain Text   Click to reply to this topic Reply

Hi,

I am trying to overlap coordinates atop a picture:

a=imshow(SpecificPictureName); %Show the original image
hold on
h=scatter(SpecificX_Coordinates,SpecificY_Coordinates,'.r'),a;

However, the picture is too large to fit on my screen so matlab warns me that the image has been resized:

Warning: Image is too big to fit on screen; displaying at 67%

The problem with this is that the coordinates are in relation to the original sized image.

Is there a way to get the coordinates to correctly map onto the image?

Thanks!



Point your RSS reader here for a feed of the latest messages in this topic.

[Privacy Policy] [Terms of Use]

© Drexel University 1994-2013. All Rights Reserved.
The Math Forum is a research and educational enterprise of the Drexel University School of Education.