Dynamic colors in a plot
Ältere Kommentare anzeigen
Hi, I have a trajectory of a particle so I have its (x,y) coordinates over a time [0,13s].
If I plot; plot(x,y,'--') then I can see where the particle has been, but it doesn't tell me at what time the particle was at that position.
I want to change the color of the line so that at the beginning (t=0s) the line is blue (or some color) and then progressively changes to red (or some different color). In this way I can see where the particle is at particular times.
The command comet looks promising too but the line does not change color.
Could someone please help me with this?
Thanks Luke
Antworten (1)
Jim Hokanson
am 25 Jul. 2013
0 Stimmen
Perhaps you want to check out the FEX for cline submissions.
http://www.mathworks.com/matlabcentral/fileexchange/3747-cline-m http://www.mathworks.com/matlabcentral/fileexchange/14677-cline
Might be other better ones out there. Not sure if the support 2d or if you'll need to modify their code a bit. Good luck.
1 Kommentar
luke
am 25 Jul. 2013
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!