MATLAB: Calculating the volume inside an arbitrary closed surface

closed areanumerical calculationvolume

Hi all I want to calculate the interior volume of a closed area. the aria is limited to: -l<x<l , -l<y<l , 0 < z < f(x,y) Could one help me??

Best Answer

If you have R2012a
doc integral2
Otherwise
doc quad2d
Related Question