calculate the volume of 3d convex hull
4 views (last 30 days)
Show older comments
Where can I find the method Matlab uses to compute the volume of a 3d convex hull? For simple examples, it certainly gives the right answer eg a cube. Matlab says it uses the qhull commands, but I cannot find any explicit code or formula for the calculation of the volume. Qhull gives the right answer in the simple case I have tried. Any suggestions or hints will be very welcome.
0 Comments
Answers (1)
Jan
on 20 Apr 2017
The documentation of convhull mentiones the origin of the qhull library: http://www.qhull.org/ . There you can find the source codes of the library also. I have access to Matlab 2009a currently only, but at least in qhull.m you find a list of modifications of the qhull-source code used by Matlab.
You can trust the output of the volume even in more complicated cases.
See Also
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!