triangulationVolume

Compute volume and area of triangulation using divergence theorem of Gauss
2,2K Downloads
Aktualisiert 5. Sep 2007

Keine Lizenz

Computes the VOLUME and AREA of a closed surface defined by the triangulation in indices TRI and coordinates X, Y and Z, using the divergence theorem of Gauss (volume/surface integral). The unit of the volume equals to UNIT^3 and the unit of the area equals to UNIT^2, with UNIT the unit of the coordinates X,Y,Z. The surface needs to be closed, this is not checked.
See example in testTriangulationVolume.m

Zitieren als

Jeroen Verbunt (2025). triangulationVolume (https://www.mathworks.com/matlabcentral/fileexchange/15221-triangulationvolume), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R14
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Volume Visualization finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0

Added a simple example to test the code.