No BSD License  

Highlights from
MatlabBGL

from MatlabBGL by David Gleich
MatlabBGL provides robust and efficient graph algorithms for Matlab using native data structures.

test_components
function test_components

%%
msgid = 'matlab_bgl:test_components';

%% biconnected_components
load('../graphs/tarjan-biconn.mat');
[a C] = biconnected_components(A);

Contact us at files@mathworks.com