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
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com