Using verticalregion for integral

3 visualizaciones (últimos 30 días)
Ikenna Iwudike
Ikenna Iwudike el 22 de Abr. de 2022
Respondida: Torsten el 22 de Abr. de 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)

Respuestas (1)

Torsten
Torsten el 22 de Abr. de 2022
x=[0 1 1];
y=[0 0 1];
fill(x,y,'b')

Categorías

Más información sobre MATLAB Mobile en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by