Find the volume under a 3D surface
21 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I've plotted a 3D surface of point clouds using
surface(x,y,z)
The plot looks like below:
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 comentarios
Respuestas (1)
John D'Errico
el 9 de En. de 2021
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.
0 comentarios
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!