3d Mesh Volume Calculation
Afficher commentaires plus anciens
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!

Réponses (1)
Andrei Bobrov
le 4 Août 2017
If your data (let A) is 2d array:
V = trapz(trapz(A,2));
2 commentaires
Jaehoon Jeong
le 5 Août 2017
Modifié(e) : Jaehoon Jeong
le 5 Août 2017
Andrei Bobrov
le 5 Août 2017
Here "2" - parametr "dim".
Catégories
En savoir plus sur Surface and Mesh Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!