Documentation Center |
| cell | Create cell array |
| cell2mat | Convert cell array to numeric array |
| cell2struct | Convert cell array to structure array |
| celldisp | Cell array contents |
| cellfun | Apply function to each cell in cell array |
| cellplot | Graphically display structure of cell array |
| cellstr | Create cell array of strings from character array |
| iscell | Determine whether input is cell array |
| iscellstr | Determine whether input is cell array of strings |
| mat2cell | Convert array to cell array with potentially different sized cells |
| num2cell | Convert array to cell array with consistently sized cells |
| strjoin | Join strings in cell array into single string |
| strsplit | Split string at specified delimiter |
| struct2cell | Convert structure to cell array |