Code covered by the BSD License  

Highlights from
Toolbox Graph

image thumbnail
from Toolbox Graph by Gabriel Peyre
A toolbox to perform computations on graph.

batch_levelsets_meshes.m
name_list = {'bunny' 'david50kf' 'hand' 'lion-head' 'david_head' 'aphro' 'gargoyle' 'screwdriver' 'elephant-50kv'};


for itname = 1:length(name_list)
    name = name_list{itname};
    test_levelset_mesh;
end

Contact us at files@mathworks.com