(translator=kuo, ChineseSource=kuo-20020619-7\voronoin.html, EnglishSource=c:\matlabr12\help\techdoc\ref\voronoin.html)
MATLAB Function Reference    
voronoin

n 維的 Voronoi 圖形

Syntax

Description

[V, C] = voronoin(X) 會傳回 Voronoi 圖形 X 中的頂點 V 與異質陣列 CV 是在 n-D 空間中 Voronoi 圖形的頂點所構成的 numv-by-n 的矩陣。 C 是一個異質陣列,它的每一個元素包含了對應至 Voronoi cell 頂點的索引。 X 是一個 m-by-n 陣列,表示有 m n 個點。

Example

[V,C] = voronoin(x) 會產生

而第五個 Voronoi cell 會包含 4 個點 : V(10,:), V(5,:), V(6,:), V(8,:)

See Also

convhulln, delaunayn, voronoi

Reference

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


 voronoi waitbar