Function
|
Purpose
|
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.
|