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

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

[Octave-bug-tracker] [bug #43511] null arrary retained when cellstr is u


From: Rik
Subject: [Octave-bug-tracker] [bug #43511] null arrary retained when cellstr is used to build vector through concatenation
Date: Mon, 03 Nov 2014 04:28:22 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0

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

I don't think there is any difference between cellstr and regular cells
arrays, but could someone check the following concatenation in Matlab?


a = 1;
b = [];
c = [b, {a}]


Does this also strip out the null matrix b?



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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