How can I change the line color in a graph using plot?
Mostra commenti meno recenti
How can I change the line color in a graph using plot? any one please reply
Risposta accettata
Più risposte (1)
SRI
il 23 Lug 2014
0 voti
T = 0:0.1:10;
Y = sin(T.*pi);
plot(y,'r')
Hi vivek Just try this
Categorie
Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!