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

1 回表示 (過去 30 日間)
mpho bosupeng
mpho bosupeng 2022 年 12 月 14 日
コメント済み: mpho bosupeng 2022 年 12 月 15 日
Hello Experts,
How do I create this graph with a blue bottom filling in MATLAB? This one was created in MATHEMATICA.

採用された回答

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

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

製品


リリース

R12.1

Community Treasure Hunt

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

Start Hunting!

Translated by