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.

test_tets.m
% test for tetrahedral mesh loading and display
path(path,'../toolbox_graph_data/tet/');

name = 'hand';
name = 'skull';
name = 'cow';
name = 'arma00';
name = 'torso';

[vertex,face] = read_tet([name '.tet']);
n = size(vertex,2);

options.cutting_interactive = 1;
plot_mesh(vertex,face);

Contact us at files@mathworks.com