<< NARVAL_T_BarabasiAlbert NARVAL NARVAL_T_HierWaxmanCon >>

NARVAL >> NARVAL > NARVAL_T_Grid

NARVAL_T_Grid

Generate a homogeneous grid.

Calling Sequence

[g] = NARVAL_T_Grid(l,c,Lx,Ly)

Parameters

l :

number of nodes per line.

c :

number of nodes per column.

Lx :

x-side of the network area.

Ly :

y-side of the network area.

g :

network graph.

Description

NARVAL_T_Grid creates the uniform grid topology g composed by l lines and c columns inside a rectangle area with x-side Lx and y-side Ly.

Examples

l=5;//number of lines
c=7;//number of columns
Lx=1000;//network area x-side
Ly=1000;//network area x-side
[g]=NARVAL_T_Grid(l,c,Lx,Ly);//application of NARVAL_T_Grid
ind=1;//window index
NARVAL_G_ShowNodesIndex(g,1);//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_T_BarabasiAlbert NARVAL NARVAL_T_HierWaxmanCon >>