Change marker and color plotting

4 views (last 30 days)
Jose
Jose on 6 Jul 2012
HI, i want to know how i can change color and marker of a signal, but not all signal, just a point. I mean, i want to change color and marker to a point (x,y).
  1 Comment
Thomas
Thomas on 6 Jul 2012
A little ambiguity in your question.. Do you want to change the marker and color of just a single point on the signal?

Sign in to comment.

Answers (1)

John Petersen
John Petersen on 6 Jul 2012
Edited: John Petersen on 6 Jul 2012
I think the answer in this question is similar and may help: http://www.mathworks.com/matlabcentral/answers/33614-color-coding-a-2d-plot
or do you just want plot(x,y,color) where color is a string such as 'g','r','m', etc.

Community Treasure Hunt

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

Start Hunting!