MATLAB Function Reference | ![]() ![]() |
Syntax
K = convhulln(X)
Description
K = convhulln(X)
returns the indices K
of the points in X
that comprise the facets of the convex hull of X
. X
is an m
-by-n
array representing m
points in n
-D space. If the convex hull has p
facets then K
is p
-by-n+1
.
Note
convhulln is based on qhull [1]. For information about qhull , see http://www.geom.umn.edu/software/qhull/. For copyright information, see http://www.geom.umn.edu/software/download/COPYING.html.
|
See Also
Reference
[1] National Science and Technology Research Center for Computation and Visualization of Geometric Structures (The Geometry Center), University of Minnesota. 1993.
![]() | convhull | convn | ![]() |