20-Jul-2023 19:05:44 CVT_SQUARE_PDF_DISCRETE(): MATLAB/Octave version 5.2.0. Test CVT_SQUARE_PDF_DISCRETE(). cvt_square_pdf_discrete(): MATLAB/Octave version 5.2.0 A simple demonstration of a CVT computation (Centroidal Voronoi Tessellation) in a square, with a density defined by a discrete PDF. User specified number of generators = 100 User specified number of sample points = 10000 User specified number of iterations = 65 User specified DELAUNAY_DISPLAY = 1 cvt_square_pdf_discrete(): 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 1! The ACCUMARRAY command will NOT be used. cvt_square_pdf_discrete(): Normal end of execution. CVT_SQUARE_PDF_DISCRETE(): Normal end of execution. 20-Jul-2023 19:32:57