How can I change the line color in a graph using plot?
Mostrar comentarios más antiguos
How can I change the line color in a graph using plot? any one please reply
Respuesta aceptada
Más respuestas (1)
SRI
el 23 de Jul. de 2014
0 votos
T = 0:0.1:10;
Y = sin(T.*pi);
plot(y,'r')
Hi vivek Just try this
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!