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!
