<< NARVAL_G_LayerPlacement NARVAL NARVAL_G_LocalClustering >>

NARVAL >> NARVAL > NARVAL_G_LoadGraph

NARVAL_G_LoadGraph

Load a graph.

Calling Sequence

[g] = NARVAL_G_LoadGraph(name)

Parameters

name :

file name without extension.

g :

network graph.

Description

NARVAL_G_LoadGraph loads the graph g stored in the file name.graph.

Examples

[path]=NARVAL_F_NARVALPath();//path to NARVAL module
path=path+'/demos/';//folder path
name=path+'topo_100';//graph name
[g]=NARVAL_G_LoadGraph(name);//application of NARVAL_G_LoadGraph
ind=1;//window index
[f]=NARVAL_G_ShowGraph(g,ind);//graph visualization

Authors

Foued Melakessou

Contact

Dr. Foued Melakessou

Research Associate

Interdisciplinary Centre for Security, Reliability and Trust

Room F106

University of Luxembourg

6, rue Coudenhove Kalergi

L-1359 Luxembourg-Kirchberg

E-mail: foued.melakessou@uni.lu

Tel: (+352) 46 66 44 5346

Home Page


<< NARVAL_G_LayerPlacement NARVAL NARVAL_G_LocalClustering >>