Function Reference
— Function File: [C, F] = voronoin (pts)
— Function File: [C, F] = voronoin (pts, options)

computes n- dimensional voronoi facets. The input matrix pts of size [n, dim] contains n points of dimension dim. C contains the points of the voronoi facets. The list F contains for each facet the indices of the voronoi points.

A second optional argument, which must be a string, contains extra options passed to the underlying qhull command. See the documentation for the Qhull library for details.