HEX_GRID_DATASET is a MATLAB program which creates a hexagonal grid dataset and writes it to a file.
The program allows the user to choose:
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
HEX_GRID_DATASET is available in a C++ version and a FORTRAN90 version and a MATLAB version.
FAURE_DATASET, a MATLAB program which creates a Faure quasirandom dataset;
GRID_DATASET, a MATLAB program which creates a grid sequence and writes it to a file.
HEX_GRID, a MATLAB library which supplies the computational routines used by HEX_GRID_DATASET.
HEX_GRID, a dataset collection which contains examples of hexagonal grids created by HEX_GRID_DATASET.
HEX_GRID_ANGLE, a FORTRAN90 library which computes elements of an angled hexagonal grid dataset.
LATIN_CENTER_DATASET, a MATLAB program which creates a Latin Center Hypercube dataset;
LATIN_EDGE_DATASET, a MATLAB program which creates a Latin Edge Hypercube dataset;
LATIN_RANDOM_DATASET, a MATLAB program which creates a Latin Random Hypercube dataset;
NIEDERREITER2_DATASET, a MATLAB program which creates a Niederreiter quasirandom dataset with base 2;
NORMAL_DATASET, a MATLAB program which generates a dataset of multivariate normal pseudorandom values and writes them to a file.
SOBOL_DATASET, a MATLAB program which computes a Sobol quasirandom sequence and writes it to a file.
UNIFORM_DATASET, a MATLAB program which generates a dataset of uniform pseudorandom values and writes them to a file.
VAN_DER_CORPUT_DATASET, a MATLAB program which creates a van der Corput quasirandom sequence and writes it to a file.
You can go up one level to the MATLAB source codes.