Using verticalregion for integral
1 回表示 (過去 30 日間)
古いコメントを表示
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)
0 件のコメント
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!