How can I change the line color in a graph using plot?
古いコメントを表示
How can I change the line color in a graph using plot? any one please reply
採用された回答
その他の回答 (1 件)
SRI
2014 年 7 月 23 日
0 投票
T = 0:0.1:10;
Y = sin(T.*pi);
plot(y,'r')
Hi vivek Just try this
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!