Using verticalregion for integral

1 vue (au cours des 30 derniers jours)
Ikenna Iwudike
Ikenna Iwudike le 22 Avr 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)

Réponses (1)

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

Catégories

En savoir plus sur MATLAB Mobile dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by