How to put image into plot?
Mostrar comentarios más antiguos
X=1:1:10;
Y=1:1:10;
plot(X,Y,'r*')
it plots X Vs Y values with star as indication....How to put a image(.jpg)in place of the star to show X Y values?
3 comentarios
ChristianW
el 26 de Feb. de 2013
Do you want the X,Y-Pixel or the whole image at every point? Or do you want selfmade marker?
Arun Badigannavar
el 26 de Feb. de 2013
Arun Badigannavar
el 26 de Feb. de 2013
Respuestas (1)
Youssef Khmou
el 26 de Feb. de 2013
Editada: Youssef Khmou
el 26 de Feb. de 2013
0 votos
hi, i do not think you can put jpg file in the Line style , but you can use of the available options :
1 -*
2 -:
3 o
Type : LineStyle in the help for more information
1 comentario
Arun Badigannavar
el 26 de Feb. de 2013
Categorías
Más información sobre Convert Image Type en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!