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

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

[Octave-bug-tracker] [bug #51412] strcmp with multidimensional char arra


From: Rik
Subject: [Octave-bug-tracker] [bug #51412] strcmp with multidimensional char arrays
Date: Mon, 10 Jul 2017 16:53:14 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

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

Another test for someone with Matlab


x = {['ab']; ['cd'; 'ef']}
iscellstr (x)
y = {['ab']; ['c'; 'e']}
iscellstr (y)


If I read the documentation correctly, Matlab should return false for both
cases.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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