Sometimes I have to put text on a path

Friday, July 25, 2008

matlab .m Volume and area of a 3D convex hull.

Takes an Nx3 matrix of vertices representing the extreme points of a surface, calls convexhulln to get a convex hull of these points, and uses the resulting facet list to compute the area of that convex hull. Vectorized for speed.

http://www.mathworks.de/matlabcentral/fileexchange/loadFile.do?objectId=3321&objectType=file

No comments:

Post a Comment