Import a graph generated by the BRITE topology generator.
[G] = NL_G_Brite2Scilab(P,N)
File path.
Name of the network graph generated by BRITE.
Graph.
NL_G_Brite2Scilab imports a graph topology created by the topology generator BRITE. The graph structure is assumed to be stored into the file 'name.brite'. First of all, a Perl script (see /demos) is executed in order to adapt the data into the appropriate format ('perl brite2format name.brite'). As a consequence two files are generated, node_name.brite and link_name.brite. Then the topology G is finally loaded into the Scilab environment.