(octave.info)Data Containers


Next: Variables Prev: Strings Up: Top
Enter node , (file) or (file)node

6 Data Containers
*****************

Octave includes support for three different mechanisms to contain
arbitrary data types in the same variable: Structures, which are C-like,
and are indexed with named fields; containers.Map objects, which store
data in key/value pairs; and cell arrays, where each element of the
array can have a different data type and or shape.  Multiple input
arguments and return values of functions are organized as another data
container, the comma separated list.

Structures
containers.Map
Cell Arrays
Comma Separated Lists

automatically generated by info2www version 1.2.2.9