Home» Programming» Cell arrays
Cell arrays
{ } |
Construct cell array |
cell |
Construct cell array |
cellfun |
Apply function to each element in cell array |
cellstr |
Create cell array of strings from character array |
cell2mat |
Convert cell array of matrices into single matrix |
cell2struct |
Cell array to structure array conversion |
celldisp |
Display cell array contents |
cellplot |
Graphically display structure of cell arrays |
iscell |
Determine if item is cell array |
iscellstr |
Determine if item is cell array of strings |
isequal |
Determine if arrays are numerically equal |
mat2cell |
Divide matrix up into cell array of matrices |
num2cell |
Convert numeric array into cell array |
struct2cell |
Structure to cell array conversion |