How do I create this graph with a blue bottom filling in MATLAB?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
mpho bosupeng
am 14 Dez. 2022
Kommentiert: mpho bosupeng
am 15 Dez. 2022
Hello Experts,
How do I create this graph with a blue bottom filling in MATLAB? This one was created in MATHEMATICA.
0 Kommentare
Akzeptierte Antwort
Dyuman Joshi
am 14 Dez. 2022
x=0:0.01:15;
y=sin(x)+pi*x/5;
area(x,y,'FaceColor', 'c', 'EdgeColor', 'b')
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
