<< NL_G_MakeGraph NL_G: Graph NL_G_MeanLocalClustering >>

NARVAL >> NL_G: Graph > NL_G_MaximumNodeDegree

NL_G_MaximumNodeDegree

Perform the maximum node degree of a graph.

Calling Sequence

[M] = NL_G_MaximumNodeDegree(G)

Arguments

G :

Graph.

M :

Maximum node degree.

Description

NL_G_MaximumNodeDegree performs the maximum node degree M of the graph G.

Examples

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

Dependency

NL_G_GraphDegreeDist

Report an issue
<< NL_G_MakeGraph NL_G: Graph NL_G_MeanLocalClustering >>