how to use options for voronoin function in matlab
1 view (last 30 days)
Show older comments
hai, I have a few points & I can construct voronoi diagram with these points using voronoin function. But I want voronoi vertices and neighbouring vertices to each vertex as output. I tried using options 'Fn' as stated in (http://www.qhull.org/html/qvoronoi.htm#options) web page. Itis not showing any error ,also not changing output.
my code: % A contains x and y co ordinates of points in columns [u,v]=voronoin('x',{'Fn'})
Thank you
0 Comments
Answers (1)
Elena
on 3 May 2011
I have the same problem. The Help pages of voronoin in MATLAB say that you can use this options, but I cannot see how you should do that, as they can give different output, while the function is defined only to give out Voronoi vertices V and Voronoi edges C of each cell. I would like to get also the indices of the input points lying in each cell, and was thinking of using 'Fv' option. However, it didn't work. Maybe we have to change the mex file to make it work? (identifying more outputs). But, I did not find qhull c files in my MATLAB installation folder, so I guess their are not available. So, how to solve this problem?
1 Comment
Peyman Obeidy
on 27 Sep 2018
I have the same question
https://au.mathworks.com/matlabcentral/answers/420636-voronoin-option-for-only-selecting-bound-cells-in-voronoi-graph
See Also
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!