<< NARVAL_G_ShowEdgesIndex NARVAL NARVAL_G_ShowGraphIncr >>

NARVAL >> NARVAL > NARVAL_G_ShowGraph

NARVAL_G_ShowGraph

Display a graph.

Calling Sequence

[f] = NARVAL_G_ShowGraph(g,i)

Parameters

g :

network graph.

i :

window index.

f :

handle of the graph window.

Description

NARVAL_G_ShowGraph displays the graph g inside the window of index i defined by its handle f.

Examples

n=150;//network size
L=1000;//network square area side
dmax=100;//Locality radius
[g]=NARVAL_T_LocalityConnex(n,L,dmax);//generation of a topology in respect with the Locality method
ind=1;//window index
[f]=NARVAL_G_ShowGraph(g,ind);//application of NARVAL_G_ShowGraph

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_ShowEdgesIndex NARVAL NARVAL_G_ShowGraphIncr >>