distributed.cell - Create distributed cell array
Syntax
D = distributed.cell(n)
D = distributed.cell(m, n, p, ...)
D
= distributed.cell([m, n, p, ...])
Description
D = distributed.cell(n) creates an n-by-n
distributed array of underlying class cell.
D = distributed.cell(m, n, p, ...) or D
= distributed.cell([m, n, p, ...]) create an m-by-n-by-p-by-...
distributed array of underlying class cell.
Examples
Create a distributed 1000-by-1000 cell array:
D = distributed.cell(1000)
See Also
cell MATLAB function
reference page
codistributed.cell
 | distributed | | distributed.eye |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit