bluemood
Specifier/Regulator
- Dec 11, 2002
- 5
Hello there,
I am a beginner on MATLAB. Facing problem to get 3 plots using the same axes. Hope my note is understandable .....
Here's the scenerio.
I have 3 column vectors of same certain length - A, B, C. C contains 3 discrete values - aa, bb, cc. At any one time, aa, bb, cc can have the same A & B.
I want to compare the 3 different values of C by different colours on the same graph with A & B as the x-y axes.
Using plot(A, B, 'r*') can give me what I required but w/o the 3 different colours of C.
Can someone help me on this?
Many thanks in advance!
I am a beginner on MATLAB. Facing problem to get 3 plots using the same axes. Hope my note is understandable .....
Here's the scenerio.
I have 3 column vectors of same certain length - A, B, C. C contains 3 discrete values - aa, bb, cc. At any one time, aa, bb, cc can have the same A & B.
I want to compare the 3 different values of C by different colours on the same graph with A & B as the x-y axes.
Using plot(A, B, 'r*') can give me what I required but w/o the 3 different colours of C.
Can someone help me on this?
Many thanks in advance!