フィルターのクリア

How to resize and display an image......

3 ビュー (過去 30 日間)
HASNAIN
HASNAIN 2012 年 6 月 19 日
Hi All,
So when i do imagesc(img); it shows an image as follows:
However i want it to be displayed like this :
[EDITED, Jan, above picture is too wide to be embedded]
The difference is that the latter has been resized using the image resizing handles (from the corners of the image). Just to emphasise, i mean these handles :
^^but when applied to a figure in MATLAB.
I know i can do this manually but i want to incorporate this in my .m file and hence want to keep it automated.
Many thanks!!

採用された回答

Image Analyst
Image Analyst 2012 年 6 月 20 日
Define manual and automated. If you have handles for the user to manually drag, then that does not seem automated to me.
  9 件のコメント
HASNAIN
HASNAIN 2012 年 6 月 20 日
@ IM, fair enough.
@Walter Roberson, i dont want to change the axis, resize the graph rather.
Walter Roberson
Walter Roberson 2012 年 6 月 20 日
axis equal will resize the graph so that it does not looked stretched.
Anyhow, consider set()'ing the axes Position property, perhaps using 'Units', 'normalized'

サインインしてコメントする。

その他の回答 (1 件)

Rui Zhao
Rui Zhao 2012 年 6 月 20 日
doc imresize

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by