<< NL_G_ShowGraphE NL_G: Graph NL_G_ShowGraphN >>

NARVAL >> NL_G: Graph > NL_G_ShowGraphEW

NL_G_ShowGraphEW

Display the weight of each edge within a graph.

Calling Sequence

[F] = NL_G_ShowGraphEW(G,W)

Arguments

G :

Graph.

W :

Window index.

F :

Handle of the graph window.

Description

NL_G_ShowGraphEW displays the weight of each edge within the graph G inside the window W with its handle F.

Examples

n=100;//network size
l=1000;//network squared area side
d=100;//Locality radius
[g]=NL_T_LocalityConnex(n,l,d);//generation of a topology
w=1;//window index
[fn]=NL_G_ShowGraphEW(g,w);//application of NL_G_ShowGraphEW

Dependency

NL_G_ShowGraph

Report an issue
<< NL_G_ShowGraphE NL_G: Graph NL_G_ShowGraphN >>