Navigation

Operators and Keywords

Function List:

C++ API

: cell (n)
: cell (m, n)
: cell (m, n, k, …)
: cell ([m n …])

Create a new cell array object.

If invoked with a single scalar integer argument, return a square NxN cell array. If invoked with two or more scalar integer arguments, or a vector of integer values, return an array with the given dimensions.

See also: cellstr, mat2cell, num2cell, struct2cell.

Package: octave