Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Calculating over some points

조회 수: 1 (최근 30일)
Jinsoo
Jinsoo 2013년 6월 15일
마감: MATLAB Answer Bot 2021년 8월 20일
Dear Colleagues, I am trying to calculate the volume surrended by some points in space. There are some points such as (x_1, y_1, z_1), (x_2, y_2, z_2), ..., (x_n, y_n, z_n), n = 1, 2, ... And I want to calculate the volume which is surrended by the points. How could I do that? Thank you very much.

답변 (1개)

Walter Roberson
Walter Roberson 2013년 6월 15일
If the connections between the vertices are unknown then the volume cannot be computed, unless you specify an algorithm for guessing connections (such as taking the volume of a delaunay triangulation)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by