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

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

[Octave-bug-tracker] [bug #41010] cell2mat should accept empty matrix in


From: Felipe G. Nievinski
Subject: [Octave-bug-tracker] [bug #41010] cell2mat should accept empty matrix input
Date: Sun, 29 Dec 2013 17:14:33 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

Follow-up Comment #2, bug #41010 (project octave):

Yes, it is Matlab's behavior:

>> cell2mat([])
ans =
     []

In fact, it seems to be so for an empty variable of any type, e.g.:

>> cell2mat(struct([]))
ans =
     []

The patch submitted should take care of these.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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