help-octave
[Top][All Lists]
Advanced

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

Appending to a cell string array


From: Jordi Gutiérrez Hermoso
Subject: Appending to a cell string array
Date: Wed, 9 Feb 2011 10:36:45 -0600

Suppose I have two cell string arrays, x and y, and the strings in x
and y may be of differing lengths. How can I get a larger array z with
a linear index from 1 to length(x)+length(y)? I don't want the cell
arrays to nest.

Oh, and no loops, but that goes without saying. ;-)

Thanks,
- Jordi G. H.


reply via email to

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