Next: , Previous: , Up: Built-in Data Types   [Contents][Index]


3.1.4 Data Structure Objects

Octave’s data structure type can help you to organize related objects of different types. The current implementation uses an associative array with indices limited to strings, but the syntax is more like C-style structures.

See Structures, for more information.