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

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

[Octave-bug-tracker] [bug #50071] bwfill(..., 4) in Octave behaves like


From: anonymous
Subject: [Octave-bug-tracker] [bug #50071] bwfill(..., 4) in Octave behaves like bwfill(..., 8) in MATLAB and vice versa
Date: Tue, 17 Jan 2017 21:56:48 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #1, bug #50071 (project octave):

It seems I used the wrong markup for my code. I'm posting it again without the
tags:

Compare the output of 

img = [0,1,0;0,1,1;1,0,1]; bwfill(img,1,1,8)

and

img  = [0,1,0;0,1,1;1,0,1]; bwfill(img,1,1,4)

both in MATLAB and in Octave. 

bwfill(img,1,1,8)

in Octave generates the same as 

bwfill(img,1,1,4) 

in MATLAB and vice versa. This is very confusing.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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