How can I plot a voronoi diagram with a limited area?
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello people, I want some ideas on how to visualize a 3D plot of a voronoi, using voronoin, but I want to see also the unbounded cells, trying to put the diagram inside a box. How can I do it?
Thank you in advance.
1 Commento
Bruno Lopes
il 20 Feb 2022
You can use this code: https://it.mathworks.com/matlabcentral/fileexchange/34428-voronoilimit-varargin
It is the best I found on the internet.
Risposte (1)
Preetham Manjunatha
il 9 Feb 2022
If the Voronoi Diagram bounded region is rectangle or square, here is the link function to clip the extending edges of the Voronoi Diagram for rectangular/ square region. Rigorously tested on the random points, this function can process an input data set of 2000 seed points in 2D in about 0.015 seconds on average.
0 Commenti
Vedere anche
Categorie
Scopri di più su Voronoi Diagram in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!