Borrar filtros
Borrar filtros

how to use options for voronoin function in matlab

3 visualizaciones (últimos 30 días)
abcdefg k
abcdefg k el 16 de Feb. de 2011
Comentada: Peyman Obeidy el 27 de Sept. de 2018
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

Respuestas (1)

Elena
Elena el 3 de Mayo de 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 comentario
Peyman Obeidy
Peyman Obeidy el 27 de Sept. de 2018
I have the same question
https://au.mathworks.com/matlabcentral/answers/420636-voronoin-option-for-only-selecting-bound-cells-in-voronoi-graph

Iniciar sesión para comentar.

Categorías

Más información sobre Voronoi Diagram en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by