matlab contour with many colors -


contour( matrix,'linecolor','k'); 

then got above graph. know reason because difference of values in matrix not large. how make graph more 'colorful'?

ps: found out cannot post image. imagine case when: matrix=[1,2,3; 2,3,5]

i think want is

contourf( matrix,'linecolor','k'); 

Comments