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!