Cell
Built-in functions › Programming and data types › Cell
6 functions in this category.
| Function | What it does |
|---|---|
cell | Information about formatting, location, or contents of a cell. |
cellfun | Apply a function to each cell in a cell array. |
cellstr | Convert a character array to a cell array of strings. |
iscell | Test whether the input is a cell array. |
iscellstr | Test whether the input is a cell array of strings. |
num2cell | Convert a numeric array to a cell array. |