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!