how to make qhull file operable
Show older comments
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.
Answers (2)
Walter Roberson
on 16 Mar 2014
Try with
Qhull
instead of
qhull
2 Comments
Abinaya
on 24 Mar 2014
Thangarajah Akilan
on 12 Jan 2015
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
on 16 Mar 2014
0 votes
Not sure I believe that, but alternatively, try pasting it onto the end of your m-file. It will definitely see it then.
2 Comments
Abinaya
on 16 Mar 2014
Image Analyst
on 16 Mar 2014
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.
Categories
Find more on Convert Image Type in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!