3d Mesh Volume Calculation
Mostrar comentarios más antiguos
Hi,
I am a new Matlab user. I would like to calculate a volume of thing looking like my attachment below. Could I get your opinion to calculate it? I actually have no idea how to start it.
Thank you so much!

Respuestas (1)
Andrei Bobrov
el 4 de Ag. de 2017
If your data (let A) is 2d array:
V = trapz(trapz(A,2));
2 comentarios
Jaehoon Jeong
el 5 de Ag. de 2017
Editada: Jaehoon Jeong
el 5 de Ag. de 2017
Andrei Bobrov
el 5 de Ag. de 2017
Here "2" - parametr "dim".
Categorías
Más información sobre Surface and Mesh Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!