Code covered by the BSD License  

Highlights from
Toolbox Fast Marching

image thumbnail
from Toolbox Fast Marching by Gabriel Peyre
A toolbox for the computation of the Fast Marching algorithm in 2D and 3D.

batch_shape_meshing.m
for use_adaptive=0:1
    for p = [200 400 1000]
        test_shape_meshing;
    end
end

Contact us at files@mathworks.com