How to plot a picture in squared sized using imagesc?
100 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Image Analyst
2016 年 9 月 25 日
Try different axes options until you get what you like, like
axis square;
axis equal;
axis image;
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!