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

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

[Octave-bug-tracker] [bug #39041] concatenation of cell array and scalar


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #39041] concatenation of cell array and scalar struct
Date: Mon, 22 May 2017 12:57:57 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #8, bug #39041 (project octave):

Is the following concatenation not legal in Matlab?


x.a = 1;
y = {'ok'};
z = [x, y];


but reversing the order of concatenation is legal?

That seems to be the special case that the tm_const class is handling with
this logic:


    if (any_cell && ! any_class && ! first_elem_is_struct)
      cellify ();


Otherwise I don't understand why that check is in there. If
first_elem_is_struct is removed, then the concatenation should work.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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