How can I change the line color in a graph using plot?
Ältere Kommentare anzeigen
How can I change the line color in a graph using plot? any one please reply
Akzeptierte Antwort
Weitere Antworten (1)
SRI
am 23 Jul. 2014
0 Stimmen
T = 0:0.1:10;
Y = sin(T.*pi);
plot(y,'r')
Hi vivek Just try this
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!