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

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

Re: [Octave-bug-tracker] [bug #34893] Unexpected and inconsistent conv/c


From: Nit Nit
Subject: Re: [Octave-bug-tracker] [bug #34893] Unexpected and inconsistent conv/conv2 results
Date: Mon, 6 Feb 2012 12:31:51 +0200

On Matlab 2011b:

conv (1:2, 1:5, 'valid') 

ans =

   Empty matrix: 1-by-0

conv (1:5, 1:3, 'valid')

ans =

    10    16    22

On Mon, Feb 6, 2012 at 1:28 AM, Rik <address@hidden> wrote:
Follow-up Comment #5, bug #34893 (project octave):

With a little help I can finish off issue 1.

Can someone run the following in Matlab:


conv (1:2, 1:5, 'valid')
conv (1:5, 1:3, 'valid')




   _______________________________________________________

Reply to this item at:

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

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



reply via email to

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