[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.1 Data 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.
6.1.1 Basic Usage and Examples | ||
6.1.2 Structure Arrays | ||
6.1.3 Creating Structures | ||
6.1.4 Manipulating Structures | ||
6.1.5 Processing Data in Structures |