Home» Programming» Data Types» Structures
Structures
cell2struct |
Cell array to structure array conversion |
fieldnames |
Field names of structure |
isa |
Determine if item is object of given class (e.g., struct) |
isequal |
Determine if arrays are numerically equal |
isfield |
Determine if item is structure array field |
isstruct |
Determine if item is structure array |
orderfields |
Order fields of a structure array |
rmfield |
Remove structure fields |
struct |
Create structure array |
struct2cell |
Structure to cell array conversion |