(translator=Young, ChineseSource=Young-20020603-5\convhulln.html, EnglishSource=c:\matlabr12\help\techdoc\ref\convhulln.html)
MATLAB Function Reference    
convhulln

n維的凸面外殼(convex hull)

Syntax

Description

K = convhulln(X) 傳回在 X 裡面點的索引值 K,而 K 組成 X 凸面外殼(convex hull)的平面。X 是一個 m-by-n 陣列表示在 n度空間中的 m 個點。如果凸面外殼(convex hull)有 p 個面組成則 Kp-by-n+1

See Also

convhull, delaunayn, voronoin

Reference

[1]  National Science and Technology Research Center for Computation and Visualization of Geometric Structures (The Geometry Center), University of Minnesota. 1993.


 convhull convn