Scilab function

con_nodes - set of nodes of a connected component

Calling Sequence

ns = con_nodes(i,g)

Parameters

Description

con_nodes returns the row vector ns of the numbers of the nodes which belong to the connected component number i. If i is not the number of a connected component, the empty vector [] is returned.

Examples

See Also