<< NARVAL_G_MakeGraph NARVAL NARVAL_G_NodeDataFields >>

NARVAL >> NARVAL > NARVAL_G_MaxNodeDegree

NARVAL_G_MaxNodeDegree

Perform the maximum node degree of a graph.

Calling Sequence

[Md] = NARVAL_G_MaxNodeDegree(g)

Parameters

g :

network graph.

Md :

maximum node degree.

Description

NARVAL_G_MaxNodeDegree performs the maximum node degree Md of the graph g.

Examples

n=100;//network size
l=1000;//network squared area side
d=100;//Locality radius
[g]=NARVAL_T_LocalityConnex(n,l,d);//generation of a topology
ind=1;//window index
f=NARVAL_G_ShowGraph(g,ind);//graph visualization
[Md]=NARVAL_G_MaxNodeDegree(g);//application of NARVAL_G_MaxNodeDegree
Md

Dependency

NARVAL_G_GraphDegDistWD

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_MakeGraph NARVAL NARVAL_G_NodeDataFields >>