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

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

[Octave-bug-tracker] [bug #32172] 3d cell array does not work?


From: wal
Subject: [Octave-bug-tracker] [bug #32172] 3d cell array does not work?
Date: Tue, 18 Jan 2011 15:18:49 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

URL:
  <http://savannah.gnu.org/bugs/?32172>

                 Summary: 3d cell array does not work?
                 Project: GNU Octave
            Submitted by: wal
            Submitted on: Tue 18 Jan 2011 03:18:48 PM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: wal
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Assigning new data to a single existing cell for 3D cell arrays does not seem
to work.

% the following works 
clear a;
a{1} = 1;
a{1} = ones(10);

% This also following works 
clear a;
a{1,1} = 1;
a{1,1} = ones(10);

% This does not work
clear a;
a{1,1,1} = 1;
a{1,1,1} = ones(10);


GNU Octave Version 3.2.4
GNU Octave License: GNU General Public License
Operating System: Linux 2.6.34.7-0.7-default #1 SMP 2010-12-13 11:13:53 +0100
x86_64





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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