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!