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

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

[Octave-bug-tracker] [bug #33520] isequal does not behave properly with


From: Arnaud Delorme
Subject: [Octave-bug-tracker] [bug #33520] isequal does not behave properly with empty structures
Date: Sat, 11 Jun 2011 04:31:05 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

URL:
  <http://savannah.gnu.org/bugs/?33520>

                 Summary: isequal does not behave properly with empty
structures
                 Project: GNU Octave
            Submitted by: arnodelorme
            Submitted on: Sat 11 Jun 2011 04:31:05 AM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: Mac OS

    _______________________________________________________

Details:

a = [];
b = zeros(1,0);
>> isequal(a, b)
ans = 0
>> isequal([], [])
ans =  1





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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