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

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

[Octave-bug-tracker] [bug #49601] strmatch, incompatible result on 'empt


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #49601] strmatch, incompatible result on 'empty' input, (and still around in 2016b)
Date: Mon, 14 Nov 2016 16:46:25 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #2, bug #49601 (project octave):

methinks this is going to me another case of teasing out a sensible ruleset...
I'm still at a loss

more matlab output:

>> strmatch(ones(1,1),ones(0,0))
ans =
     []
>> strmatch(ones(0,0),ones(1,1))
ans =
     1
>> strmatch(ones(0,1,0,0),ones(1,1))
ans =
     1



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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