How to plot an image(.bmp) in a graph?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Wei
le 20 Déc 2013
0 votes
you can use:
subplot(2,2,2)
to manage to display the image on the top right corner of the figure window.
Catégories
En savoir plus sur Display and Exploration dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!