Arbitrary Square Bounded Voronoi Diagram

Compute individual Voronoi cell area of 2D point sets bounded in an arbitrary square

您现在正在关注此提交

This function compute the individual Voronoi cell area of point sets bounded in an arbitrary square.

Inputs:
x : M x 1 array of x-coordinates
y : M x 1 array of y-coordinates
toggleplot : 1 to turn on figures, 0 to turn off figures;
[x1,x2,y1,y2] : 1 x 4 array of square edges

Outputs:
CellArea : M x 1 array of Voronoi cell area bounded in an arbitrary square

Usage:
CellArea=SquareBV(x,y,toggleplot,[x1,x2,y1,y2])
CellArea=SquareBV(x,y,toggleplot)

引用格式

Meng Sang Ong (2026). Arbitrary Square Bounded Voronoi Diagram (https://ww2.mathworks.cn/matlabcentral/fileexchange/30353-arbitrary-square-bounded-voronoi-diagram), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Voronoi Diagrams 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0