How to put image into plot?
古いコメントを表示
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 件のコメント
ChristianW
2013 年 2 月 26 日
Do you want the X,Y-Pixel or the whole image at every point? Or do you want selfmade marker?
Arun Badigannavar
2013 年 2 月 26 日
Arun Badigannavar
2013 年 2 月 26 日
回答 (1 件)
Youssef Khmou
2013 年 2 月 26 日
編集済み: Youssef Khmou
2013 年 2 月 26 日
0 投票
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
カテゴリ
ヘルプ センター および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!