3d Mesh Volume Calculation
Ältere Kommentare anzeigen
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!

Antworten (1)
Andrei Bobrov
am 4 Aug. 2017
If your data (let A) is 2d array:
V = trapz(trapz(A,2));
2 Kommentare
Jaehoon Jeong
am 5 Aug. 2017
Bearbeitet: Jaehoon Jeong
am 5 Aug. 2017
Andrei Bobrov
am 5 Aug. 2017
Here "2" - parametr "dim".
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!