Data structures
Last updated
Was this helpful?
Last updated
Was this helpful?
Data structures
data structures functions
- Create cell array of empty matrices.
- Transform a cell array containing matrices into a single, concatenated matrix.
- Creates a struct from a cell.
- Display cell array contents.
- Evaluates an function on a cell.
- Converts to cell of character array.
- Returns field names of a structure or an handle.
- Returns value of a field in a struct.
- Returns if a variable is a cell of strings.
- Checks if a fieldname exists in a struct.
- Converts a struct containing name-value pairs to a cell.
- Convert array to cell array with consistently sized cells.
- Reorganize the fields of a structured array.
- Remove fields from structure.
- Set structure field contents.
- Creates a struct.
- Creates a cell from a structure.