How do I plot a double integral ?
Mostrar comentarios más antiguos
I need to plot this function. Can anybody help me?
2 comentarios
Torsten
el 11 de Dic. de 2017
Which function ?
Best wishes
Torsten.
Robin Stöhr
el 12 de Dic. de 2017
Respuesta aceptada
Más respuestas (1)
SRIHARSHA CHINTA
el 16 de Dic. de 2020
0 votos
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)
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
