<< NARVAL_G_ShowEdges NARVAL NARVAL_G_ShowGraphIncr >>

NARVAL >> NARVAL > NARVAL_G_ShowGraph

NARVAL_G_ShowGraph

Display a graph.

Calling Sequence

[f]=NARVAL_G_ShowGraph(g,ind)

Parameters

g :

network graph.

ind :

window index.

f :

handle of the graph window.

Description

NARVAL_G_ShowGraph displays the graph g inside the window of index ind with its handle f.

Examples

n=150;//network size
L=1000;//network square area side
dmax=100;//Locality radius
[g]=NARVAL_T_LocalityConnex(n,L,dmax);//generation of a topology in respect with the Locality method
ind=1;
[f]=NARVAL_G_ShowGraph(g,ind);
f

Author

http://wwwen.uni.lu/interdisciplinary_centre_for_security_reliability_and_trust

Contact

<< NARVAL_G_ShowEdges NARVAL NARVAL_G_ShowGraphIncr >>