convhulln
N-D convex hull
Description
Examples
Input Arguments
Output Arguments
Tips
Use the
plot
function to plot the output ofconvhulln
in two dimensions. Usetrisurf
ortrimesh
to plot the output ofconvhulln
in three dimensions.For better algorithm efficiency with 2-D and 3-D input, consider using the
convhull
function or creating atriangulation
ordelaunayTriangulation
object and using theconvexHull
object function.
Algorithms
convhulln
is based on Qhull [1]. For information, see http://www.qhull.org/. For copyright information, see http://www.qhull.org/COPYING.txt.
References
[1] Barber, C.B., D.P. Dobkin, and H.T. Huhdanpaa. “The Quickhull Algorithm for Convex Hulls.” ACM Transactions on Mathematical Software, Vol. 22, No. 4, Dec. 1996, p 469–483.
Extended Capabilities
Version History
Introduced before R2006a
See Also
convexHull
| convhull
| triangulation
| delaunayTriangulation