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

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

[Octave-bug-tracker] [bug #36817] Concatenation of null array and struct


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #36817] Concatenation of null array and struct fails
Date: Mon, 09 Jul 2012 15:13:39 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20100101 Firefox/10.0.5 Iceweasel/10.0.5

Update of bug #36817 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This problem appears to be fixed in the current release, 3.6.2, where I see
the following behavior:


octave:1> s=struct('name', 'jim')
s =

  scalar structure containing the fields:

    name = jim

octave:2> y=[[], s] %This fails
y =

  scalar structure containing the fields:

    name = jim



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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