I am looking for constrained triangulation code in matlab, similar to Shewchuk's triangle software. The main thing matlab's delaunay
is missing is constraints, such as constraints on the minimum angle of the mesh etc.
I heard there's a port for Shewchuk's code to matlab using mex
, but I couldn't find it.
Here's GUI written for MATLAB, that uses external calls to Shewchuk's Triangle.c:
http://marineemlab.ucsd.edu/~kkey/software/triangle/index.php
Maybe you can use that.