Clear Filters
Clear Filters

Voronoi within a pre-defined area

6 views (last 30 days)
Nicolas
Nicolas on 12 Jan 2012
Hi folks,
I would like to calculate the voronoi of a point population but only within the convex hull of that population of points, rather than within the entire figure.
If anyone could give me some help to define my area of interest in which I could then calculate the voronoi.
Thank
nicolas
  2 Comments
Walter Roberson
Walter Roberson on 12 Jan 2012
I'm not sure where the difficulty is? There are routines to determine the convex hull of a set of points, and there are routines to test whether any particular point is within a polyhedra (such as a convex hull)? My recollection is that the new triscatteredinterp routines provide both functionalities.
Nicolas
Nicolas on 13 Jan 2012
thanks I'll have a look

Sign in to comment.

Answers (0)

Categories

Find more on Voronoi Diagram 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!