How do I plot a double integral ?
Show older comments
I need to plot this function. Can anybody help me?
Accepted Answer
More Answers (1)
SRIHARSHA CHINTA
on 16 Dec 2020
0 votes
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)
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!