How do I create this graph with a blue bottom filling in MATLAB?
1 view (last 30 days)
Show older comments
mpho bosupeng
on 14 Dec 2022
Commented: mpho bosupeng
on 15 Dec 2022
Hello Experts,
How do I create this graph with a blue bottom filling in MATLAB? This one was created in MATHEMATICA.
0 Comments
Accepted Answer
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)
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!