How do I plot a double integral ?
Ältere Kommentare anzeigen
I need to plot this function. Can anybody help me?
2 Kommentare
Torsten
am 11 Dez. 2017
Which function ?
Best wishes
Torsten.
Robin Stöhr
am 12 Dez. 2017
Akzeptierte Antwort
Weitere Antworten (1)
SRIHARSHA CHINTA
am 16 Dez. 2020
0 Stimmen
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)
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
