Using verticalregion for integral

3 views (last 30 days)
Ikenna Iwudike
Ikenna Iwudike on 22 Apr 2022
Answered: Torsten on 22 Apr 2022
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)

Answers (1)

Torsten
Torsten on 22 Apr 2022
x=[0 1 1];
y=[0 0 1];
fill(x,y,'b')

Categories

Find more on MATLAB Mobile in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!