In matlab, we can use pcolor to show the magnitude of data in color. I am trying the following data
A=[1:10; 16:25; 86:95];
pcolor(A);
It only show two rows. Why is that and how to show all those three data set? Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…