The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

GRADJACENTEDGES Find list of edges adjacent to a given node.

   NEIGHS = grAdjacentEdges(EDGES, NODE)
   EDGES  the complete edges list (containing indices of neighbor nodes)
   NODE   index of the node
   NEIGHS the indices of edges containing the node index

   See also
     grAdjacentNodes

Package: matgeom