loads a graph from a file
[g,modified,mgs] = load_graph(name)
string, the path of the file to load
a boolean, if true it indicates that the graph list has been updated to the current version
a string. if this argument is required the
load_graph
function returns on errors instead
of calling the error manager. In such a case msg contains
the error message. If no error occurs msg
is an
empty matrix.
load_graph
loads a graph from a file. This file
may be either an ascii file (scilab4.x versions) or a binary file
compatible with the load
and save
functions.