NL_G_GraphSize extracts the number of nodes N and links L of the graph G.
Examples
nn=150;//network sizeL=1000;//network square area sidedmax=100;//Locality radius[g]=NL_T_LocalityConnex(nn,L,dmax);//generation of a topology in respect with the Locality methodind=1;//window index[f]=NL_G_ShowGraph(g,ind);//graph visualization[n,l]=NL_G_GraphSize(g)//application of NL_G_GraphSize