Plotting Weighted Voronoi diagram in MATLAB

13 次查看(过去 30 天)
I want to make weighted voronoi diagram in matlab. Please suggest a way. I have X,Y coordinates of seed points and the associated weights. Also suggest how I can plot using "Power Diagram" in matlab

回答(1 个)

Dyuman Joshi
Dyuman Joshi 2024-1-25
移动:Matt J 2024-1-25
  1 个评论
Akhil
Akhil 2024-1-27
when I am using the power diagram, it is showing error:
nable to perform assignment because the size of the left side is 1-by-2 and the size of the right side is 2-by-2.
Error in powercentersPD (line 34)
PC(i,:) = pc;
Error in powerDiagramWrapper (line 32)
[PC, powers] = powercentersPD(T, E, wts);
can you suggest how to correct this

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Voronoi Diagram 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by