color leaves out data

2 ビュー (過去 30 日間)
James McDaniel
James McDaniel 2015 年 6 月 4 日
回答済み: Image Analyst 2015 年 6 月 4 日
The command
pcolor(1:4, 1:4, randn(4,4))
produces a tiled plot with 9 colors even though
randn(4,4)
is a collection of 16 numbers. What happened to the other 5?

採用された回答

Image Analyst
Image Analyst 2015 年 6 月 4 日
Yes. pcolor() leaves off the last row and column. Don't use it - I never do. Use imshow() instead. Or, if you have an old version of MATLAB, or don't have the Image Processing Toolbox, use image() or imagesc().

その他の回答 (0 件)

カテゴリ

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

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by