Creates a cell array.
s = makecell(dims,a1,a2,...an)
a vector with positive integer elements, the cell array dimension
Sequence of Scilab variables, n
must be equal to prod(dims)
resulting cell array
s= makecell(dims,a1,a2,...an)
creates a cell
array of dimensions given by dims
with the
given input arguments. The ai
are stored
along the last dimension first.