<< NARVAL_G_EdgeLength NARVAL NARVAL_G_EdgesOfNode >>

NARVAL >> NARVAL > NARVAL_G_EdgeNumber

NARVAL_G_EdgeNumber

Return the number of edges inside a graph.

Calling Sequence

[l] = NARVAL_G_EdgeNumber(g)

Parameters

g :

graph.

l :

number of edges.

Description

NARVAL_G_EdgeNumber computes the number of edges l inside the graph g.

Examples

n0=100;//network size
l=1000;//network square area side
d=100;//locality radius
[g]=NARVAL_T_LocalityConnex(n0,l,d);//generation of a graph
ind=1;//window index
f=NARVAL_G_ShowEdgesIndex(g,ind);
[l]=NARVAL_G_EdgeNumber(g);//application of NARVAL_G_EdgeNumber
l

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_EdgeLength NARVAL NARVAL_G_EdgesOfNode >>