help-octave
[Top][All Lists]
Advanced

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

Re: Repository not found


From: David Grundberg
Subject: Re: Repository not found
Date: Fri, 09 Jul 2010 15:59:09 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100411)

address@hidden skrev:
> Hello,
> 
> I have my functions in a repository. I also specified the path to the 
> repository in the LOADPATH variable in ~/.octaverc. Nevertheless octave does 
> not find the functions in the repository when I want to call them. I have to 
> change directory to the repository, then it works. Does anybody have an idea 
> why this could be?
> 
> I use GNU Octave, version 3.2.4 on OpenSuse 11.2
> 
> Thanks for your help!
> 
> Reyko

Try

addpath ('/your/directory');

in your .octaverc file.  To see your current path, try

path ();

at the Octave prompt.

Grundberg



reply via email to

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