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.

compile_mex.m
% compile mex file for dijkstra

mex mex/perform_dijkstra_propagation.cpp mex/fheap/fib.cpp 
mex mex/dijkstra.cpp -o perform_dijkstra_fast 

Contact us at files@mathworks.com