[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #43113] Vertically concatenating elements of c
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #43113] Vertically concatenating elements of cell with empty cs-list gives error |
Date: |
Mon, 29 Dec 2014 16:41:05 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0 |
Update of bug #43113 (project octave):
Status: None => Confirmed
Summary: Verticaly concatenating elements of cell with empty
cs-list gives error => Vertically concatenating elements of cell with empty
cs-list gives error
_______________________________________________________
Follow-up Comment #1:
Confirmed. I think the general summary rule is that Matlab will allow the
concatenation of any empty value because it simply removes it.
Could you try a slight variation of your original test where the empty cs-list
is in the middle of the construction?
z = cell(5,4,3,0,2);
{1,2,3; z{:}; 4,5,6 }
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43113>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #43113] Vertically concatenating elements of cell with empty cs-list gives error,
Rik <=