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!