Network Topology Generator
Last update : 28/2/2007

waxmanconnex - Generation of a connex topology based on the Waxman method

Calling Sequence

[g,conn]=waxman_connex(a,b,n,L)

Parameters

Description

Generation of a connex network. If the generated network is not connex, we take the biggest connex subgraph. If the graph presents no links, then conn=0 and no network is extracted.

Examples

[g,conn]=waxmanconnex(0.1,0.5,30,1000);
if (conn<>0) 
	show_graph(g);
end
  

Authors

Foued Melakessou University of Luxembourg

Bibliography

InTra Project 2004-2007

Used Function

ucoordinates, distance.

See Also

ucoordinates ,   distance ,