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

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

[Octave-bug-tracker] [bug #33605] concatenation of struct with empty cha


From: Rik
Subject: [Octave-bug-tracker] [bug #33605] concatenation of struct with empty character vector fails
Date: Mon, 3 Jun 2019 21:44:53 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #33605 (project octave):

                Priority:                 3 - Low => 1 - Later              
                 Summary: concatenation of struct with empty string fails =>
concatenation of struct with empty character vector fails

    _______________________________________________________

Follow-up Comment #7:

This increasingly looks like Matlab silliness.  While testing in Matlab 2019,
I found that you can concatenate empty character vectors with a struct, but
you can't concatenate empty strings.  This works


s.a = 1; s.b = 2;
['', s]


But, this fails


s.a = 1; s.b = 2;
["", s]


I have re-titled the report to be accurate that it is not strings, but only
character vectors that can be concatenated.  I've lowered the priority even
further to 1.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?33605>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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