arrayfunApply a function to each element of an array.
cellCreate cell array of empty matrices.
cell2matTransform a cell array containing matrices into a single, concatenated matrix.
cell2structCreates a struct from a cell.
celldispDisplay cell array contents.
cellfunEvaluates an function on a cell.
cellstrConverts to cell of character array.
fieldnamesReturns field names of a structure or an handle.
getfieldReturns value of a field in a struct.
iscellstrReturns if a variable is a cell of strings.
isfieldChecks if a fieldname exists in a struct.
namedargs2cellConverts a struct containing name-value pairs to a cell.
num2cellConvert array to cell array with consistently sized cells.
orderfieldsReorganize the fields of a structured array.
renameStructFieldRename field names of a struct or struct array.
rmfieldRemove fields from structure.
setfieldSet structure field contents.
struct2cellCreates a cell from a structure.