How to plot an image(.bmp) in a graph?
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (1)
Wei
am 20 Dez. 2013
0 Stimmen
you can use:
subplot(2,2,2)
to manage to display the image on the top right corner of the figure window.
Kategorien
Mehr zu Display and Exploration finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!