NL_G_MaximumNodeDegree performs the maximum node degree M of the graph G.
Examples
n=100;//network sizel=1000;//network squared area sided=100;//Locality radius[g]=NL_T_LocalityConnex(n,l,d);//generation of a topologyind=1;//window indexf=NL_G_ShowGraph(g,ind);//graph visualization[Md]=NL_G_MaximumNodeDegree(g)//application of NL_G_MaximumNodeDegree