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

1 vue (au cours des 30 derniers jours)
Richa Sharma
Richa Sharma le 4 Fév 2015
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

Réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by