Clear Filters
Clear Filters

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

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

Accepted Answer

Dyuman Joshi
Dyuman Joshi on 14 Dec 2022
x=0:0.01:15;
y=sin(x)+pi*x/5;
area(x,y,'FaceColor', 'c', 'EdgeColor', 'b')

More Answers (0)

Categories

Find more on Graphics Performance in Help Center and File Exchange

Products


Release

R12.1

Community Treasure Hunt

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

Start Hunting!