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: Fri, 13 Jan 2012 11:14:35 -0500

On Jan 13, 2012, at 5:22 AM, Mikey G wrote:

> Well, I didn't uninstall Octave 3.2 before I installed 3.4, so I did
> 
> sudo apt-get --purge autoremove octave
> 
> then I did 
> 
> sudo make uninstall
> 
> to uninstall 3.4 
> 
> Then I reinstalled via configure, make, then tested with ./run-octave to see
> if I could reproduce the error.  I could plot the above example, but now I
> get the same error when I try simple stats functions, such as:
> 
> octave:14> x=[1:10];
> octave:15> mean(x)
> error: feval: function `unimplemented' not found
> 
> I checked for an octaverc file to follow your second recommendation, but i
> couldn't find one.
> 
> Any other ideas as to what the problem may be?

I had thought "unimplemented" was part of 3.4.x, but checking the sources, I 
see it is not.

It still looks to me as if your path is not what it should be. My guess is that 
you're still using the path for 3.4.

Try "./run-octave", type "path", and then "quit". Is the path correct ?

Assuming it is not, try "./run-octave --no-init-file", and then type "path". Is 
the path the same ?

Also if "mean (1:10)" is still returning same error, you can type ...

        which mean

... to see what mean.m is being called.

Ben


reply via email to

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