Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Calculating over some points

1 Ansicht (letzte 30 Tage)
Jinsoo
Jinsoo am 15 Jun. 2013
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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.

Antworten (1)

Walter Roberson
Walter Roberson am 15 Jun. 2013
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