>> cvt_triangle_uniform_test
23-Dec-2018 15:04:25

CVT_TRIANGLE_UNIFORM
  MATLAB version
  Test CVT_TRIANGLE_UNIFORM.

CVT_TRIANGLE_UNIFORM:
  A simple demonstration of a CVT computation
  (Centroidal Voronoi Tessellation)
  in a triangle, with a uniform density.

  User specified number of generators = 100

  User specified number of sample points = 10000

  User specified DELAUNAY_DISPLAY = 1

CVT_TRIANGLE_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 1!

  The ACCUMARRAY command will be used.

CVT_TRIANGLE_UNIFORM:
  Normal end of execution.

CVT_TRIANGLE_UNIFORM
  Normal end of execution.

23-Dec-2018 15:04:32
>>