How to put image into plot?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Youssef Khmou
le 26 Fév 2013
Modifié(e) : Youssef Khmou
le 26 Fév 2013
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
Voir également
Catégories
En savoir plus sur Convert Image Type dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!