Next: , Previous: Command history, Up: Octave Features


4.3 Data structures

Octave includes a limited amount of 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. Here are some examples of using data structures in Octave.

This feature should be considered experimental, but you should expect it to work. Suggestions for ways to improve it are welcome.