[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem to load my own *.m
From: |
John W. Eaton |
Subject: |
problem to load my own *.m |
Date: |
Wed, 8 Sep 1999 20:06:30 -0500 (CDT) |
On 8-Sep-1999, eric filleau <address@hidden> wrote:
| I put this command in my .octaverc :
| putenv("LOADPATH","/home/eric/octave") and when I'm not in this path I
| can't use the *.m in there. what must I do?
Try using
LOADPATH = "/home/eric/octave";
instead.
jwe
---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL. To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------