Scilab function

nodes_degrees - degrees of the nodes of a graph

Calling Sequence

[outdegree,indegree] = graph_degree(g)

Parameters

Description

nodes_degrees returns the 2 row vectors of the out and in degrees of the nodes of the graph g.

Examples

See Also