How to plot a picture in squared sized using imagesc?

102 Ansichten (letzte 30 Tage)
Weiqian Jiang
Weiqian Jiang am 25 Sep. 2016
Kommentiert: Weiqian Jiang am 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!

Akzeptierte Antwort

Image Analyst
Image Analyst am 25 Sep. 2016
Try different axes options until you get what you like, like
axis square;
axis equal;
axis image;
  1 Kommentar
Weiqian Jiang
Weiqian Jiang am 26 Sep. 2016
thanks! I've tried these code, it works when I adjust my computer screen resolution (x/y ratio),so if all these codes do not work, that's probably because the computer resolution is not normal so that the picture displayed is not square.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by