What algorithm does the function convhull use?

4 views (last 30 days)
Hi everybody,
The convhull function is used for computing the convex hull of a set of 2D or 3D points. In the reference page it is not indicated which algorithm was implemented. Does anybody have some information on that? (I'm using this function for my project and need to say some words about the algorithm.)
Thank you in advance for your help.

Accepted Answer

Doug Hull
Doug Hull on 21 Mar 2014
It is not clear if you are just trying to site the algorithm you used.
This shows how you can site MATLAB. This might be enough?
  1 Comment
f10w
f10w on 23 Mar 2014
Thanks Doug Hull. But I have to describe the algorithm, not just citing Matlab.

Sign in to comment.

More Answers (0)

Categories

Find more on Bounding Regions in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!