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

n 維的 Delaunay tessellation

Syntax

Description

T = delaunayn(X) 計算一個 simplices 的集合,使得沒有一個 X 裡面的點在任一個 simplices 的 circumspheres 中。simplices 的集合形成 Delaunay tessellation。Xm-by-n 的陣列,代表在 n 度空間中的 m 個點。T 是一個 numt-by-(n+1) 的陣列,其中每一橫列包含相對應 simplex 頂點的 X 索引值。

Example

See Also

convhulln, delaunayn, delaunay3, voronoin

Reference

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


 delaunay3 delete