Network Topology Generator
Last update : 28/2/2007
delpath - Delete the shortest path between 2 nodes of a network
Calling Sequence
-
[gs]=delpath(g,i,j)
Parameters
-
g
: network graph
-
i
: emission node
-
j
: destination node
-
gs
: new network graph
Description
-
Delete the shortest path between the nodes i and j of the network described by the graph g.
Examples
[g,conn]=waxmanconnex(0.2,0.3,50,1000);
g=weightgraph(g);
show_graph(g);
gs=delpath(g,1,10);
show_graph(gs);
Authors
-
Foued Melakessou
University of Luxembourg
Bibliography
Intra Project 2004-2007
Used Function
delpath.