Structure
Built-in functions › Programming and data types › Structure
8 functions in this category.
| Function | What it does |
|---|---|
fieldnames | List of field names in a structure. |
getfield | Get the value of a structure field by name. |
isfield | Test whether a structure contains a named field. |
isstruct | Test whether the input is a structure. |
orderfields | Reorder fields of a structure. |
rmfield | Remove fields from a structure. |
setfield | Set the value of a structure field by name. |
struct | Create a structure with named fields. |