How do I create this graph with a blue bottom filling in MATLAB?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello Experts,
How do I create this graph with a blue bottom filling in MATLAB? This one was created in MATHEMATICA.
0 件のコメント
採用された回答
Dyuman Joshi
2022 年 12 月 14 日
x=0:0.01:15;
y=sin(x)+pi*x/5;
area(x,y,'FaceColor', 'c', 'EdgeColor', 'b')
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!