필터 지우기
필터 지우기

Plotting Weighted Voronoi diagram in MATLAB

조회 수: 13 (최근 30일)
Akhil
Akhil 2024년 1월 25일
댓글: Akhil 2024년 1월 27일
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