필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how to get the correct size of an image

조회 수: 1 (최근 30일)
S N RAY
S N RAY 2012년 7월 25일
마감: MATLAB Answer Bot 2021년 8월 20일
I have a data array 100 rows and 2000 columns. When I pick only 30 rows and 400 columns from the given array and plot with pcolor(filename);shading interp the resulting picture gives an impression of a stretched image.I think the default size of the plot window is the problem. I need help for understanding the problem so that I can plot the section with clear resolution.
  댓글 수: 1
Jan
Jan 2012년 7월 25일
pcolor(filename)?!

답변 (1개)

Sriram
Sriram 2012년 7월 25일
To plot with the clear resolution check for axis scaling and appearence
pcolor() %pcolor(your array of cells)
axis equal tight
This would solve you and I hope there is no problem with plot window.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by