Dynamic colors in a plot
Mostrar comentarios más antiguos
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
Respuestas (1)
Jim Hokanson
el 25 de Jul. de 2013
0 votos
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 comentario
luke
el 25 de Jul. de 2013
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!