help-octave
[Top][All Lists]
Advanced

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

Re: Octave.app


From: Julien Salort
Subject: Re: Octave.app
Date: Fri, 15 Jul 2011 14:46:42 +0200

Le 14 juil. 2011 à 16:15, Lukas Reichlin a écrit :

> Hi Julien
> 
> I submitted the Portfile below to MacPorts. It compiles Octave 3.4.2 with 
> FLTK support. However, I was unable to create a 32bit version for the 
> accelerate framework. Hopefully Apple fixed that framework for 10.7 since 
> Lion requires a 64bit machine. Will you continue to build Octave binaries for 
> the Mac?

Hello,

There appears to be a problem with your version. 
I don't know if it has anything to do with the x86_64 versus i386 architecture 
or if this comes from 3.4.2 versus 3.4.0.

On Octave-3.4.0 32bits, the following works with no error:
B=rand(1,5); A=rand(1,5); X=rand(1,100); SI=rand(1,4); Y=filter(B,A,X,SI);

On your Octave-3.4.2 64bits, it returns the following error:
error: filter: first dimension of SI must be of length max (length (a), length 
(b)) - 1

The consequence is that filtfilt from the signal package does not work.

Can you confirm the problem ?

Julien

reply via email to

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