On Thu, Jun 24, 2010 at 9:52 AM, Søren Hauberg <so...@hauberg.org> wrote:
> Could you send an example that illustrates the bug (including data) ?

Octave:

> imerode(ones(5),ones(3))
ans =

   0   0   0   0   0
   0   1   1   1   0
   0   1   1   1   0
   0   1   1   1   0
   0   0   0   0   0

Evil:

>> imerode(ones(5),ones(3))

ans =

     1     1     1     1     1
     1     1     1     1     1
     1     1     1     1     1
     1     1     1     1     1
     1     1     1     1     1

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to