How do I compute the volume under an sfit surface (fo=fit([x​,y],z,'pol​y33') over the area of a polyshape (shape=polyshape(x,y))?

1 次查看(过去 30 天)
How do I compute the volume under an sfit surface (fo=fit([x,y],z,'poly33') over the area of a polyshape (shape=polyshape(x,y))?

回答(1 个)

Jyotsna Talluri
Jyotsna Talluri 2019-8-6
Hi,
Volume under sfit surface can be calculated using triplequad function.It evaluates the triple integral of function over the specified region
>> Triplequad(fo,xmin,xmax,ymin,ymax,zmin,zmax);
Specify the arguments which are the coordinates of the ployshape
For more information refer to the link below

类别

Help CenterFile Exchange 中查找有关 Bounding Regions 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by