Creates a cell array.
s = makecell(dims,a1,a2,...an)
: :s 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.
makecell([2,3],1,2,3,'x','y','z')