Since this appears to be a gridded surface, then you can just use trapz, twice. Call it once on the x dimension, and once on the y dimension.
Find the volume under a 3D surface
20 次查看(过去 30 天)
显示 更早的评论
I've plotted a 3D surface of point clouds using
surface(x,y,z)
The plot looks like below:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/482893/image.jpeg)
I want to measure the volume below the surface, i.e. the volume of space surrounded by the xy plane, the xz plane, and the surface. How can I do that? Any idea?
Thanks!
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!