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!
