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!