Return the eccentricity of all nodes inside a graph from its enhanced routing table.
[e]=NARVAL_G_EccentricityERT(ERT)
enhanced routing table.
eccentricity vector.
NARVAL_G_EccentricityERT computes the eccentricity vector e in respect with the graph enhanced routing table ERT. By definition, the eccentricity of the node ni is the maximum distance between itself and all remaining nodes nj.
[path]=NARVAL_F_NARVALPath();//path to NARVAL module path=path+'/demos/';//folder path load(path+'RoutingTables_topo_100.dat','pt','rt1','rt2','rt3','rt4','rt5');//loading of the network routing tables [e]=NARVAL_G_EccentricityERT(rt1);//application of NARVAL_G_EccentricityERT e | ![]() | ![]() |