help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help messages


From: Paul Kienzle
Subject: Re: help messages
Date: Thu, 20 Mar 2003 22:42:11 -0500
User-agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3a) Gecko/20021212

Sarodnick Volker ZFF TE-DR wrote:

interp1.m exists and is well documented, so I puzzled a little bit
...

                 Do I need some special environment
settings? I tried also: octave --no-init-file , but it doesn't help.
Is interp1 on your octave LOADPATH?
If so, the following work:
   interp1(0:10,0:10,[3.5,4.5])
If not, set
 LOADPATH="/cygdrive/c/path_to_interp1//:"
and try again.  The ':' at the end says search the
default system path.  The '//' says search all
subdirectories.  The '/cygdrive/c' says look on
C:/path_to_interp1.

Paul Kienzle
address@hidden



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]