Find points in 3D polygon using inhull
Show older comments
I have series of points (a 344*3 matrix)forming a 3D polygon. It's actually providing an surface for my desired area.
When I pick up a point by myself within the polygon and test with inhull.m, it always returns me 0. When I check with convhulln function, it seems like it only checking the surface, not the entire thing.
Does anyone know how to fix this problem? Is there a guide I need to follow to form the polygon matrix that checking by the inhull.m?
Thanks,
Answers (1)
Categories
Find more on Computational Geometry 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!