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

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

[Octave-bug-tracker] [bug #48797] cell(0, 1) errors instead of producing


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #48797] cell(0, 1) errors instead of producing empty cell array
Date: Tue, 16 Aug 2016 14:27:05 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0

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

                 Summary: cell(0,1) errors instead of producing empty cell
array
                 Project: GNU Octave
            Submitted by: nrjank
            Submitted on: Tue 16 Aug 2016 02:27:03 PM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Nicholas Jankowski
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

in octave 4.0.3:
In Octave 4.0.3:

>> cell(0,1)
error: subscript indices must be either positive integers less than 2^31 or
logicals

>> num2cell(ones(0,1))
ans = {}(0x1)


in matlab 2016a:

>> cell(0,1)
ans = 
   Empty cell array: 0-by-1

>> num2cell(ones(0,1))
ans = 
   Empty cell array: 0-by-1






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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