octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #32741] filter initial conditions do not work


From: Muhali
Subject: [Octave-bug-tracker] [bug #32741] filter initial conditions do not work for matrix input
Date: Thu, 02 Jun 2011 19:41:15 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

Follow-up Comment #4, bug #32741 (project octave):

But in the current dev version (rev. 12637) one still gets

octave> filter( [ 1, 1, 1 ], [ 1, 1 ], [ 1 2], [ 1, 1] )
error: filter: first dimension of SI must be of length max (length (a), length
(b)) - 1

whereas in 3.4 and in matlab it is correctly:

octave> filter( [ 1, 1, 1 ], [ 1, 1 ], [ 1 2], [ 1, 1] )
ans =

   2   2

So it seems the bug is still there.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32741>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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