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 Exchange에서 MATLAB 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