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_mex.m
% test for mex file

test_read_vrml = 1;

if test_read_vrml 
   filename = 'pawn.wrl';
   [vertex,face] = read_vrml(filename);
end

Contact us at files@mathworks.com