Effacer les filtres
Effacer les filtres

Hello Everyone I am trying to plot a 3D- VORONOI DIAGRAM . I have generated (x,y,z)coordinates of the points for which I wanna plot the Voronoi .Any help with the code that generate 3D Voronoi for a set of n random nos will be appreciated

2 vues (au cours des 30 derniers jours)
The set of nos is a = 0; b = 960; c=320; d=80; r1 = (b-a).*rand(n,1); r2 = (c-a).*rand(n,1); r3 = (d-a).*rand(n,1);

Réponses (0)

Catégories

En savoir plus sur Voronoi Diagram dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by