Function
|
Purpose
|
cell
|
Create cell array.
|
cell2struct
|
Convert cell array into structure array.
|
celldisp
|
Display cell array contents.
|
cellfun
|
Apply a cell function to a cell array.
|
cellhcat
|
Horizontally concatenate cell arrays.
|
cellstr
|
Create cell array of strings from character array.
|
deal
|
Deal inputs to outputs.
|
iscell
|
True for cell array.
|
iscellstr
|
True for a cell array of strings.
|
num2cell
|
Convert numeric array into cell array.
|