Data Containers
Query or set the internal variable that specifies the number of
structure levels to display.
Create a structure and initialize its value.
Return 1 if the value of the expression EXPR is a structure.
Remove field F from the structure S.
Set field members in a structure.
Return a struct with fields arranged alphabetically or as specified by
S2 and a corresponding permutation vector.
Return a cell array of strings naming the elements of the structure
STRUCT.
Return true if the expression EXPR is a structure and it includes an
element named NAME.
Extract fields from a structure.
Create a subscript structure for use with `subsref' or `subsasgn'.
Evaluate the function named NAME on the fields of the structure S.
Create a new cell array from the objects stored in the struct object.
Recursively display the contents of a cell array.
Create a new cell array object.
Return true if X is a cell array object.
Convert the matrix M into a cell array.
Convert the matrix A to a cell array.
Create a new cell array object from the elements of the string array
STRING.
Return true if every element of the cell array CELL is a character
string
Return indices of string entries in LISTVAR that match strings in
STRLIST.
Evaluate the function named NAME on the elements of the cell array C.
Convert the cell array C into a matrix by concatenating all elements of
C into a hyperrectangle.
Convert CELL to a structure.