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!