NARVAL_G_MaxNodeDegree performs the maximum node degree Md of the graph g.
Examples
n=100;//network sizel=1000;//network squared area sided=100;//Locality radius[g]=NARVAL_T_LocalityConnex(n,l,d);//generation of a topologyind=1;f=NARVAL_G_ShowGraph(g,ind);[Md]=NARVAL_G_MaxNodeDegree(g);//application of NARVAL_G_MaxNodeDegreeMd