<< NARVAL_G_PeripheryERT NARVAL NARVAL_G_RichClubConnect >>

NARVAL >> NARVAL > NARVAL_G_RadiusERT

NARVAL_G_RadiusERT

Return the radius of a graph from its enhanced routing table.

Calling Sequence

[r]=NARVAL_G_RadiusERT(ERT)

Parameters

ERT :

enhanced routing table.

r :

graph radius.

Description

NARVAL_G_RadiusERT computes the graph radius r in respect with the graph enhanced routing table ERT. By definition, the radius is the minimum eccentricity of a graph.

Examples

[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
[r]=NARVAL_G_RadiusERT(rt1);//application of NARVAL_G_RadiusERT 
r

Dependency

NARVAL_G_EccentricityERT

Author

http://wwwen.uni.lu/interdisciplinary_centre_for_security_reliability_and_trust

Contact

<< NARVAL_G_PeripheryERT NARVAL NARVAL_G_RichClubConnect >>