Thread Subject: Handle Graphics: External Images

Subject: Handle Graphics: External Images

From: Rich

Date: 4 Nov, 2009 19:03:20

Message: 1 of 1

I have read in an image (.bmp) using the IMREAD function. Is it possible for me to use this image when plotting using handle graphics. Below is just a snippet of some of the plotting code.

phandle = plot([0],[0],'.k');
axis([-19 19 -19 19])
axis square
axis off

for j = 1:nsteps
    set(phandle,'XData',x(:,j),'YData',y(:,j))
    drawnow
end

in the phandle command (line 1 above) is it possible to select this uploaded image to represent the dot (modified black by the '.k'). I know I can change the color, size etc. of the dot used in the plot command, but is it possible to completely substitute an image. My attempts at it have only yielded the image occupying the entirety of my plot. Thank you for any suggestions.

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
handle graphics Rich 4 Nov, 2009 14:04:06
images Rich 4 Nov, 2009 14:04:06
rssFeed for this Thread

Contact us at files@mathworks.com