Network Topology Generator
Last update : 1/3/2007

ntg_waxman - Generate networks according to the Waxman method

Calling Sequence

[g,degre]=ntg_waxman(alph,bet,n,L)

Parameters

Description

Generation of a network with n nodes in the squared area of side L using the Waxman method.

Examples

  a=0.1;
  b=0.8;
  L=1000;
  n=100;
  [g,degre]=ntg_waxman(0.1,0.8,100,1000);
  show_graph(g);
  

Authors

Foued Melakessou University of Luxembourg

Bibliography

InTra Project 2004-2007

Used Function

coordinates, distance.

See Also

ucoordinates ,   distance ,