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: Michael D Godfrey
Subject: Re: [Octave-bug-tracker] [bug #34893] Unexpected and inconsistent conv/conv2 results
Date: Tue, 17 Jan 2012 14:38:48 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0

On 01/17/2012 02:29 PM, Rik wrote:
For issue 1, I would like to see the Matlab's interpretation of the following
two commands.  If the original reporter, or someone else, can supply that then
I can finish off issue 1 as well.


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

>> version

ans =

7.9.0.529 (R2009b)

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

ans =

   Empty matrix: 1-by-0

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

ans =

    10    16    22

>>

=====================




reply via email to

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