how to make qhull file operable
14 次查看(过去 30 天)
显示 更早的评论
I am trying to apply skeletonisation to voronoi diagram. http://www.mathworks.in/matlabcentral/fileexchange/27543-skeletonization-using-voronoi/content/voronoiSkel. i have downloaded qhull for windows and it is there in my current directory. Still i could get error as: 'qhull' is not recognised as a internal or external command, operable program or batch file.
0 个评论
回答(2 个)
Walter Roberson
2014-3-16
Try with
Qhull
instead of
qhull
2 个评论
Thangarajah Akilan
2015-1-12
Solution for your problem:
Do the following. 1. Download quall from http://www.qhull.org/download/ 2. Extract the files and folders 3. Copy qhull.exe file from bin folder and paste it in your current working directory in MatLab.
Image Analyst
2014-3-16
Not sure I believe that, but alternatively, try pasting it onto the end of your m-file. It will definitely see it then.
2 个评论
Image Analyst
2014-3-16
Open up the m-file. Type control-a, control-c. Then open up your main m-file. Type control-end, control-v. Save it and run it.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computational Geometry 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!