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

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

Re: [Octave-bug-tracker] [bug #40221] Padarray doesn't accept zero paddi


From: Cristian Toraci
Subject: Re: [Octave-bug-tracker] [bug #40221] Padarray doesn't accept zero padding
Date: Thu, 10 Oct 2013 18:30:13 +0200

I realized the error was due to an error in my own code and I was misled by the documentation. I now agree with you. The documentation doesn't match the actual function implementation and the function behaviour doesn't show any incompatibility with Matlab.
Please forgive me for not double checking before posting.

Cristian Toraci
DIMA - University of Genova
Via Dodecaneso, 35
16146 Genova, Italy

address@hidden


2013/10/10 Carnë Draug <address@hidden>
Update of bug #40221 (project octave):

                  Status:                    None => Need Info
             Assigned to:                    None => carandraug

    _______________________________________________________

Follow-up Comment #1:

Is this actually a problem? I think it's just the documentation that is
incorrect, I tried to use a padval of zero and worked fine.


octave> padarray (magic(3), [0 1])
ans =

   0   8   1   6   0
   0   3   5   7   0
   0   4   9   2   0


Is this failing for you? What version of Octave and image package do you have?

    _______________________________________________________

Reply to this item at:

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

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



reply via email to

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