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: Guillaume
Subject: [Octave-bug-tracker] [bug #49601] strmatch, incompatible result on 'empty' input, (and still around in 2016b)
Date: Thu, 24 Nov 2016 12:42:26 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

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

I came across a similar compatibility issue with Matlab:

Octave:


>> strmatch('a',[])
error: strmatch: A must be a string or cell array of strings
error: called from
    strmatch at line 66 column 5


Matlab:


>> strmatch('a',[])
ans =
     []


    _______________________________________________________

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]