3d Mesh Volume Calculation
显示 更早的评论
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!

回答(1 个)
Andrei Bobrov
2017-8-4
If your data (let A) is 2d array:
V = trapz(trapz(A,2));
2 个评论
Jaehoon Jeong
2017-8-5
编辑:Jaehoon Jeong
2017-8-5
Andrei Bobrov
2017-8-5
Here "2" - parametr "dim".
类别
在 帮助中心 和 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!