/bin/bash: qhull: command not found (Matlab)
Ältere Kommentare anzeigen
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.
Antworten (1)
Steven Lord
am 21 Aug. 2015
0 Stimmen
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.
Kategorien
Mehr zu Voronoi Diagrams finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!