Make an image appear larger on a figure without using GUIDE and axes component
Afficher commentaires plus anciens
How do I make an image fill the figure its draw on.
a=imread('myimage.tif')
figure
imshow(a,[])
It currently displays

Réponses (1)
Jason
le 17 Mar 2016
Catégories
En savoir plus sur Images 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!