help-octave
[Top][All Lists]
Advanced

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

Re: error: feval: function `unimplemented' not found


From: Ben Abbott
Subject: Re: error: feval: function `unimplemented' not found
Date: Mon, 04 Mar 2013 08:22:56 -0500

On Mar 1, 2013, at 11:33 AM, eric herbert wrote:

> hello
> 
> I'm running ubuntu 12.04 and I'm trying to replace my compiled from source 
> octave3.6.2 by the already compiled 3.6.3 made available in the Mike Miller's 
> repository.
> 
> After having uninstalled 3.6.2,
> $ sudo apt-get install octave 
> leads to the error message
> error: feval: function `unimplemented' not found
> 
> and an useless octave prompt:
> 
> octave:1> ls
> error: feval: function `unimplemented' not found
> 
> I checked my .octaverc and following the bug report  (691311) I checked my 
> liboctave1 version that is 3.6.3 which should work with octave3.6.3.
> 
> From now I I'm confused. Any idea ?
> 
> thanks

It appears your Octave m-file path is broken.  You can verify by typing "path" 
from Octave's command prompt (maybe it still points to the octave 3.6.2 
install?).

Check your ~/.octaverc to be sure it isn't setting your path that doesn't work.

You can try to restore Octave's default path to see if that fixes your problem.

        restoredefaultpath

Ben



reply via email to

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