bugGNU Octave - Bugs: bug #38605, convn flips sign for 'valid' shape

 
 

bug #38605: convn flips sign for 'valid' shape

Submitter:  Paul Spencer <psjs>
Submitted:  Wed 27 Mar 2013 09:19:35 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Duplicate Assigned to:  None
Originator Name:  Paul Spencer Open/Closed:  * Closed
Release:  * 3.6.1 Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 28 Mar 2013 03:52:14 AM UTC, comment #1: 

This bug has already been reported and fixed in Octave 3.6.2. Please upgrade to Octave 3.6.2 or higher, preferably to the latest stable version 3.6.4, to fix this.

Mike Miller <mtmiller>
Group Member
Wed 27 Mar 2013 09:19:35 AM UTC, original submission:  


> convn(1:10,[1,0,-1],'valid')

ans =

  -2  -2  -2  -2  -2  -2  -2  -2

> convn(1:10,[1,0,-1],'same')

ans =

   2   2   2   2   2   2   2   2   2  -9

> convn(1:10,[1,0,-1])

ans =

    1    2    2    2    2    2    2    2    2    2   -9  -10

Paul Spencer <psjs>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by psjs (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-03-28 mtmiller StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #34893

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code