Network Topology Generator
Last update : 28/2/2007

conneighborhood - Provide the neighborhood of a path

Calling Sequence

[n]=conneighborhood(path,ge)

Parameters

Description

Provide the neighborhood n of a path.

Examples

  L=1000;
  n=50;
  ne=1;
  nr=10;
  TTL=10;
  [g,conn]=waxmanconnex(0.1,0.5,n,L);
  g=weightgraph(g);
  show_graph(g);     
  [path]=dijkstra(g,'length',ne,nr);
  n=conneighborhood(path,g);
  

Authors

Foued Melakessou University of Luxembourg

Bibliography

Intra Project 2004-2007

Used Function

connection_neighborhood.