Category
|
Function
|
Description
|
Structure functions
| fieldnames
|
Get structure field names.
|
getfield
|
Get structure field contents.
|
isfield
|
True if field is in structure array.
|
isstruct
|
True for structures.
|
rmfield
|
Remove structure field.
|
setfield
|
Set structure field contents.
|
struct
|
Create or convert to structure array.
|
struct2cell
|
Convert structure array into cell array.
|
Cell array functions
| 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.
|
cellplot
|
Display graphical depiction of cell array.
|
deal
|
Deal inputs to outputs.
|
iscell
|
True for cell array.
|
num2cell
|
Convert numeric array into cell array.
|