Info
この質問は閉じられています。 編集または回答するには再度開いてください。
how to get the correct size of an image
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
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.
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!