This is an old version of the Octave manual. Find the latest version at: https://docs.octave.org/latest.

Next: , Up: Data Containers   [Contents][Index]


6.1 Structures

Octave includes support for organizing data in structures. The current implementation uses an associative array with indices limited to strings, but the syntax is more like C-style structures.