Transform a list of nodes into the corresponding list of edges.
[P] = NL_G_Nodes2Path(N,G)
List of nodes.
Graph.
List of links.
NL_G_Nodes2Path transforms the list of nodes N of the graph G into the corresponding list of edges P. If there is a path following each successive nodes of N, then the corresponding vector of successive links P is generated. Otherwise P is empty.