@anchor{doc-list}
@anchor{doc-nth}
@anchor{doc-append}
x = list (1, 2); y = list (3, 4); append (x, y);
results in the list containing the four elements `(1 2 3 4)', not a list containing the three elements `(1 2 (3 4))'.
@anchor{doc-reverse}
@anchor{doc-splice}
append (list_1, list_2)
.
@anchor{doc-islist}
@anchor{doc-cell}
cell
returns a square cell array with the dimension
specified. If you supply two scalar arguments, cell
takes
them to be the number of rows and columns. If given a vector with two
elements, cell
uses the values of the elements as the number of
rows and columns, respectively.
@anchor{doc-cellstr}
@anchor{doc-iscell}
Go to the first, previous, next, last section, table of contents.