From: David Edson on
Dears,

I have a geometry defiend by a set of its x,y,z coordinates. I would like to calculate its volume. Is there a trick to use?


DE
From: John D'Errico on
"David Edson" <tojadeb(a)example.com> wrote in message <hkp2qk$ln8$1(a)fred.mathworks.com>...
> Dears,
>
> I have a geometry defiend by a set of its x,y,z coordinates. I would like to calculate its volume. Is there a trick to use?

If you do not know how those points are connected,
then the best answer is either a convex hull, or an
alpha shape if they are not convex.

John