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: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #43511] null arrary retained when cellstr is used to build vector through concatenation
Date: Fri, 31 Oct 2014 22:11:41 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0 SeaMonkey/2.26.1

Update of bug #43511 (project octave):

                  Status:                    None => Confirmed              
                 Release:                   3.8.2 => dev                    
        Operating System:               GNU/Linux => Any                    
                 Summary: null arrary to be retained when cellstr is used to
build vector through concatenation => null arrary retained when cellstr is
used to build vector through concatenation

    _______________________________________________________

Follow-up Comment #1:

Matlab r2014b prerelease does (empty lines removed):

>> a = 'example'
a =
example
>> b = []
b =
     []
>> b = [b cellstr(a)]
b = 
    'example'


...so yes, Octave (just checked in 4.1.0+ too) behaves at least
ML-incompatible.

Release => dev, OS => any, title (Summary) adapted a little

    _______________________________________________________

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]