<< NL_G_ShowGraphN NL_G: Graph NL_G_Spectrum >>

NARVAL >> NL_G: Graph > NL_G_ShowGraphNE

NL_G_ShowGraphNE

Display the index of each node and edge within a graph.

Calling Sequence

[F] = NL_G_ShowGraphNE(G,W)

Arguments

G :

Graph.

W :

Window index.

F :

Handle of the graph window.

Description

NL_G_ShowGraphNE displays the index of each node and each edge inside the graph G within the window W defined by its handle F.

Examples

l=5;//number of lines
c=7;//number of columns
Lx=1000;//network area x-side
Ly=1000;//network area x-side
[g]=NL_T_Grid(l,c,Lx,Ly);//generation of a topology in respect with the grid method
ind=1;
[f]=NL_G_ShowGraphNE(g,ind);//application of NL_G_ShowGraphNE

Dependency

NL_G_ShowGraph

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