Network Topology Generator
Last update : 28/2/2007
graphdegdist - Perform the degree distribution of network nodes
Calling Sequence
-
[dist,distv]=graphdegdist(g,plo)
Parameters
-
g
: network graph
-
plo
: window index
-
dist
: degree distribution
-
distv
: nodes degree vector
Description
-
Perform the degree distribution of a network.
Examples
D=300;
L=1000;
n=50;
ne=1;
nr=10;
TTL=10;
[g,conn]=waxmanconnex(0.1,0.5,n,L);
g=weightgraph(g);
[dist,distv]=graphdegdist(g,1);
Authors
-
Foued Melakessou
University of Luxembourg
Bibliography
InTra Project 2004-2007
Used Function
degree_dist_vect.