How to plot a picture in squared sized using imagesc?
48 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Weiqian Jiang
le 25 Sep 2016
Commenté : Weiqian Jiang
le 26 Sep 2016

Hi there, i'm using imagesc to plot a colormap, in which the x/y data are equal in size, but when I plot it using imagesc, the output picture is always a rectangle rather than a square, I wonder how can I solve this problem,many thanks a lot!
0 commentaires
Réponse acceptée
Image Analyst
le 25 Sep 2016
Try different axes options until you get what you like, like
axis square;
axis equal;
axis image;
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Orange dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!