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 中查找有关 Display and Exploration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!