Filter löschen
Filter löschen

How do I create this graph with a blue bottom filling in MATLAB?

1 Ansicht (letzte 30 Tage)
Hello Experts,
How do I create this graph with a blue bottom filling in MATLAB? This one was created in MATHEMATICA.

Akzeptierte Antwort

Dyuman Joshi
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)

Kategorien

Mehr zu Graphics Performance finden Sie in Help Center und File Exchange

Produkte


Version

R12.1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by