How can I change the line color in a graph using plot?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
vivek
el 23 de Jul. de 2014
Comentada: vivek
el 23 de Jul. de 2014
How can I change the line color in a graph using plot? any one please reply
0 comentarios
Respuesta aceptada
Más respuestas (1)
SRI
el 23 de Jul. de 2014
T = 0:0.1:10;
Y = sin(T.*pi);
plot(y,'r')
Hi vivek Just try this
0 comentarios
Ver también
Categorías
Más información sobre Line Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!