How to show a image in axes without change its size?
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Daniel Fonsêca
il 28 Mar 2019
Commentato: Daniel Fonsêca
il 1 Apr 2019
Hello,
I'm trying to show a image in axes using the imshow. But, when i did it, the axes upload and the size change. I want to know how i can show a image without resize the axes. I want the image be showed in the center of axes.
0 Commenti
Risposta accettata
Più risposte (1)
Walter Roberson
il 28 Mar 2019
image() or imagesc() instead of using imshow() .
If you are using a grayscale or pseudocolor image you might need to call colormap() after image()
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!