How to specify 2 different colors in matlab command ' plotmatrix '?

2 次查看(过去 30 天)
I am trying to generate a plot using plotmatrix(X) with row 1:8 of X in blue and 9:16 of X in red color. How to specify 2 different colors in matlab command ' plotmatrix '?
plotmatrix(X,'*r') is plotting entire dataset of X in red color. plotmatrix(X(1:8,:),'*b',X(9:16,:),'*r') gives error.
Richa

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Identification 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by