how do I shade area under graph with specific x interval?
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 29 Dez. 2020
0 Stimmen
For a more general solution, see the FAQ:
Kategorien
Mehr zu Graph and Network Algorithms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
