matlab_cells/3

"matlab_cells( +SizeX, + SizeY, ? Array" )

MATLAB will create an empty array of cells of size SizeX and SizeY, and if Array is bound to an atom, store the array in the matlab variable with name Array. Corresponds to the MATLAB command cells.