How do I plot a double integral ?
Mostra commenti meno recenti
I need to plot this function. Can anybody help me?
Risposta accettata
Più risposte (1)
SRIHARSHA CHINTA
il 16 Dic 2020
0 voti
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)
Categorie
Scopri di più su MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
