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

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

[Octave-bug-tracker] [bug #42408] Matlab incompatible results for isequa


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #42408] Matlab incompatible results for isequal() with character/double comparisions
Date: Sun, 25 May 2014 21:31:23 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36

Follow-up Comment #4, bug #42408 (project octave):

Here the results for MATLAB 2013b again:


 >> x = single (83);
 y = single (84);
 isequal ([x y], 'ST')
 ans =
     1
 >> x = complex (83, 0)
 x =
  83.0000 + 0.0000i
 >> isequal (x, 'S')
 ans =
     1
 >> isequal (uint8 (83), 'S')
 ans =
     1


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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