convex hull algorithm used in Matlab
Mostra commenti meno recenti
Hello,
Do you know which is the algorithm used by matlab to solve the convex hull problem in the convhull function? I am trying to read the code of the function, but the only thing that I can see are comments. Thank you in advance.
John
Risposta accettata
Più risposte (1)
John D'Errico
il 29 Dic 2016
Modificato: John D'Errico
il 29 Dic 2016
0 voti
Read the help docs. Note that I did not see your question until 3 hours after your having posted it. Yet, at the end of the doc for convhulln, after about 3 seconds of scrolling down, I found this:
[1] Barber, C. B., D.P. Dobkin, and H.T. Huhdanpaa, "The Quickhull Algorithm for Convex Hulls," ACM Transactions on Mathematical Software, Vol. 22, No. 4, Dec. 1996, p. 469-483.
The point is, you can often find an answer far faster merely by reading the help.
Categorie
Scopri di più su Bounding Regions in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!