Network Topology Generator
Last update : 2/3/2007
ucoordinates - Random placement of network nodes
Calling Sequence
-
[nodx,nody]=ucoordinates(n,L)
Parameters
-
n
: nodes quantity
-
L
: Network squared area side
-
nodx
: nodes x-coordinates
-
nodey
: nodes y-coordinates
Description
-
Generation of the network nodes coordinates. Nodes are placed randomly in a squared area with side L.
Examples
[nodx,nody]=ucoordinates(100,1000);
Authors
-
Foued Melakessou
University of Luxembourg
Bibliography
InTra Project 2004-2007
Used Function
ucoordinates.