How to plot an image(.bmp) in a graph?
古いコメントを表示
Hello,
I have a 2-D plot and on the top right corner of the plot, I want to display an image (picture).
Is there any way to do this?
採用された回答
その他の回答 (1 件)
Wei
2013 年 12 月 20 日
0 投票
you can use:
subplot(2,2,2)
to manage to display the image on the top right corner of the figure window.
カテゴリ
ヘルプ センター および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!