How do I plot a double integral ?
古いコメントを表示
I need to plot this function. Can anybody help me?
採用された回答
その他の回答 (1 件)
SRIHARSHA CHINTA
2020 年 12 月 16 日
0 投票
syms x y z
int(int(x*y,x,1,sqrt(4-y)),y,0,3)
viewSolid(z,0+0*x+0*y,x*y,x,1,sqrt(4-y),y,0,3)
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
