Scilab Function
Last update : 5/9/2006

tran - translate the head and tail of graph into the matrix G structure like the adjacency link

Calling Sequence

G = tran(a,b,N)

Parameters

Description

tran creates the matrix structure link adjacency link for one graph. It is a useful function for the complex network because it is easy to write the program in scilab.

Examples

   G=tran(a,b,N);
  

See Also

bet ,   cluster ,  

Authors

Wubo