Using verticalregion for integral

I'm trying to plot the shaded region over which the integral extends, But i'm stuck.
F = @(x,y) y.*sqrt(x.^2 - y.^2);
ymax = @(x)x;
fcontour(F)

回答 (1 件)

Torsten
Torsten 2022 年 4 月 22 日

0 投票

x=[0 1 1];
y=[0 0 1];
fill(x,y,'b')

カテゴリ

ヘルプ センター および File ExchangeMATLAB Mobile についてさらに検索

製品

リリース

R2021a

質問済み:

2022 年 4 月 22 日

回答済み:

2022 年 4 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by