How do I create this graph with a blue bottom filling in MATLAB?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
mpho bosupeng
il 14 Dic 2022
Commentato: mpho bosupeng
il 15 Dic 2022
Hello Experts,
How do I create this graph with a blue bottom filling in MATLAB? This one was created in MATHEMATICA.
0 Commenti
Risposta accettata
Dyuman Joshi
il 14 Dic 2022
x=0:0.01:15;
y=sin(x)+pi*x/5;
area(x,y,'FaceColor', 'c', 'EdgeColor', 'b')
Più risposte (0)
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!