Code covered by the BSD License  

Highlights from
Matgraph

from Matgraph by Ed Scheinerman
Toolbox for working with simple, undirected graphs

matgraph_version
function v = matgraph_version
% Report which version of MATGRAPH is being used.
%
% The output is a character string; if you want a number, type this:
%     str2double(matgraph_version)
%
% This isn't very important, but it's useful to check which verision you 
% have installed on your system. Knowing the author of this software, 
% there's a chance this might not be up to date. 

v = '2.0';

Contact us at files@mathworks.com