Other Container Arrays
Struct and cell arrays are the most commonly used containers for storing heterogeneous
data. Tables are convenient for storing heterogeneous column-oriented or tabular data.
Alternatively, use map containers, or create your own class.
See Also
cell | cell2mat | containers.Map | datetime | plot | struct | table
See Also