color leaves out data

2 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Red 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by