how to make qhull file operable

15 ビュー (過去 30 日間)
Abinaya
Abinaya 2014 年 3 月 16 日
コメント済み: Thangarajah Akilan 2015 年 1 月 12 日
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.

回答 (2 件)

Walter Roberson
Walter Roberson 2014 年 3 月 16 日
Try with
Qhull
instead of
qhull
  2 件のコメント
Abinaya
Abinaya 2014 年 3 月 24 日
It is not working out!
Thangarajah Akilan
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
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 件のコメント
Abinaya
Abinaya 2014 年 3 月 16 日
can you please tell it in detail. Sorry sir, I cant get you.
Image Analyst
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.

サインインしてコメントする。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by