6319d51339
The octave-forge project contains functions for Octave which are not in the main distribution. While the main Octave distribution is conservative about accepting new functions and changes, octave-forge is very open. As a result, be prepared for some lower quality code and more rapidly changing interfaces to the functions in octave-forge.
9 lines
433 B
Text
9 lines
433 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2004/08/14 13:29:56 dmcmahill Exp $
|
|
|
|
To use, add the following to your .octaverc:
|
|
|
|
LOADPATH = [ '${OCT_LOCALVEROCTFILEDIR}/octave-forge:${OCT_LOCALVERFCNFILEDIR}/octave-forge//:', LOADPATH ];
|
|
EXEC_PATH = [ '${OCT_LOCALVERARCHLIBDIR}:', EXEC_PATH ];
|
|
|
|
===========================================================================
|