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

DRAWDIGRAPH Draw a directed graph, given as a set of vertices and edges.

   drawDigraph(NODES1, NODES2, EDGES) 
   NODES1 are originating vertices
   NODES2 are destination vertices
   EDGES is an array, with first column containing index of origin vertex
   (index in NODES1), and second column containing index of destination
   vertex (index in NODES2).
   Edges are drawn with arrows.

   H = drawDigraph(...) 
   return handle to the set of edges.
   
   
   -----

   author : David Legland 
   INRA - TPV URPOI - BIA IMASTE
   created the 17/08/2004.

Package: matgeom