/bin/bash: qhull: command not found (Matlab)

조회 수: 1 (최근 30일)
BlueBee77
BlueBee77 2015년 8월 21일
댓글: Walter Roberson 2015년 8월 21일
I am using Matlab 2014b on mac yosemite. I am trying to compile this code skeletonizing using voronoi Skeletonizing using voronoi. But i get this error:
Warning: Function IPTCHECKINPUT will be removed in the future. Use VALIDATEATTRIBUTES instead.
Error using voronoiSkel>costumVoronoi (line 239)
qhull returned an error:
/bin/bash: qhull: command not found
Error in voronoiSkel (line 140)
[v e]=costumVoronoi(p);
Can anyone tell me what is the problem? I tried downloading qhull but no detail instructions are available for how to download on mac os, thats why not succeeded. Any guidance will be appreciated.

답변 (1개)

Steven Lord
Steven Lord 2015년 8월 21일
You're going to need to contact the author of that function to ask why they chose to make their code call out to the system to execute QHULL instead of simply calling the VORONOI function included in MATLAB.
  댓글 수: 2
BlueBee77
BlueBee77 2015년 8월 21일
May be because the code was written back in 2010. I will try to contact anyways. But do you know any fix for 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