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.
0001 function v = matgraph_version 0002 % Report which version of MATGRAPH is being used. 0003 % 0004 % The output is a character string; if you want a number, type this: 0005 % str2double(matgraph_version) 0006 % 0007 % This isn't very important, but it's useful to check which verision you 0008 % have installed on your system. Knowing the author of this software, 0009 % there's a chance this might not be up to date. 0010 0011 v = '2.0';