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
2022년 4월 22일
x=[0 1 1];
y=[0 0 1];
fill(x,y,'b')
카테고리
도움말 센터 및 File Exchange에서 MATLAB Mobile에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!