mesh2d_write, a MATLAB code which write mesh2d() node and element information to files.
The code needs access to mesh2d().
The information on this web page is distributed under the MIT license.
mesh2d_write is available in a MATLAB version and an Octave version..
distmesh, a MATLAB code which carries out triangular or tetrahedral mesh generation, by Per-Olof Persson and Gilbert Strang.
hand_mesh2d, a MATLAB code which reads in points which outline a human hand, and calls mesh2d(), which creates a fine triangular mesh of the region outlined by the points.
mesh2d, a MATLAB code which can automatically create a triangular mesh for a given polygonal region, by Darren Engwirda.
test_triangulation, a MATLAB code which defines some test regions for triangulation.
triangulation, a MATLAB code which performs various operations on order 3 ("linear") or order 6 ("quadratic") triangulations.