You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded your code but there is a problem which is below.
"Error using normalsPD (line 17)
nullspace error
Error in powerDiagramWrapper (line 18)
ind = normalsPD(LE, C);"
I don't know how to solve it since I am not very familiar with the power diagram generation. The paper of this code does not elaborate the second step which is 'compute the power diagram of the poles'. I realize that the function 'normalsPD' is from Frederick McCollum. But could you please help me? Thank you very much.
-Albert
The text was updated successfully, but these errors were encountered:
Hello, I have met the same question today. It's because you didn't add the "power diagrams" folder in your workspace, so you may need to right click that folder in Matlab and select "add to path". Hope this could solve your problem.
Hello,
I downloaded your code but there is a problem which is below.
"Error using normalsPD (line 17)
nullspace error
Error in powerDiagramWrapper (line 18)
ind = normalsPD(LE, C);"
I don't know how to solve it since I am not very familiar with the power diagram generation. The paper of this code does not elaborate the second step which is 'compute the power diagram of the poles'. I realize that the function 'normalsPD' is from Frederick McCollum. But could you please help me? Thank you very much.
-Albert
The text was updated successfully, but these errors were encountered: