how do I shade area under graph with specific x interval?
显示 更早的评论
a=10;
t=0:0.1:200;
c_L=0.2.*(1-exp(1).^(-1/a.*t))
plot(t,c_L)
this is my graph and I just want to shade area between t=60:0.1:200;
what function should I use?
采纳的回答
更多回答(1 个)
Image Analyst
2020-12-29
0 个投票
For a more general solution, see the FAQ:
类别
在 帮助中心 和 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!
