07-Jan-2022 18:35:43 cvt_square_uniform(): MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2. cvt_square_uniform() computes a Centroidal Voronoi Tessellation over a unit square, with uniform density. cvt_square_uniform(): MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 A simple demonstration of a CVT computation (Centroidal Voronoi Tessellation) in a square, with a uniform density. User specified number of generators = 50 User specified number of sample points = 10000 User specified number of iterations = 65 User specified DELAUNAY_DISPLAY = 1 cvt_square_uniform(): MATLAB's ACCUMARRAY command can be used for faster computation. This command is not available in some versions of MATLAB. If ACCUMARRAY is available, simply make sure that the ACCUMARAY_AVAILABLE variable is set to true! The ACCUMARRAY command will be used. Graphics saved as "cvt_square_uniform.png" cvt_square_uniform(): Normal end of execution. cvt_square_uniform(): Normal end of execution. 07-Jan-2022 18:35:52