How do I plot a double integral ?
Afficher commentaires plus anciens
I need to plot this function. Can anybody help me?
2 commentaires
Torsten
le 11 Déc 2017
Which function ?
Best wishes
Torsten.
Robin Stöhr
le 12 Déc 2017
Réponse acceptée
Plus de réponses (1)
SRIHARSHA CHINTA
le 16 Déc 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)
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
