08-Jan-2022 11:02:30 voronoi_neighbors_test(): MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2. Test voronoi_neighbors(). voronoi_neighbors_test01(): Select a random set of points in the unit square. Compute the Voronoi diagram. Have VORONOI_NEIGHBORS determine the neighbors. Voronoi diagram saved as "voronoi_neighbors_test01.png". Voronoi edges: 9 6 5 8 9 7 8 1 2 8 5 1 7 6 4 1 5 3 2 1 4 3 1 9 6 4 3 2 1 7 Voronoi adjacency: Col: 1 2 3 4 5 6 7 8 Row 1: 0 1 0 1 1 0 0 1 2: 1 0 0 1 0 0 0 1 3: 0 0 0 0 0 0 0 0 4: 1 1 0 0 0 0 0 0 5: 1 0 0 0 0 0 0 0 6: 0 0 0 0 0 0 0 0 7: 0 0 0 0 0 0 0 0 8: 1 1 0 0 0 0 0 0 voronoi_neighbors_test02(): Select 9 points in the unit square. Compute the Voronoi diagram. Have VORONOI_NEIGHBORS determine the neighbors. Voronoi diagram saved as "voronoi_neighbors_test02.png". Voronoi edges: 4 2 1 3 11 1 3 9 10 5 4 3 9 13 11 9 10 12 12 8 5 10 8 5 4 2 7 13 6 7 8 12 7 2 1 6 13 6 1 11 Voronoi adjacency: Col: 1 2 3 4 5 6 7 8 9 Row 1: 0 0 1 0 0 1 0 0 0 2: 0 0 1 1 0 0 0 0 0 3: 1 1 0 1 1 1 0 0 0 4: 0 1 1 0 1 0 1 0 1 5: 0 0 1 1 0 1 1 0 0 6: 1 0 1 0 1 0 1 1 0 7: 0 0 0 1 1 1 0 1 1 8: 0 0 0 0 0 1 1 0 0 9: 0 0 0 1 0 0 1 0 0 voronoi_neighbors_test(): Normal end of execution. 08-Jan-2022 11:02:34