Table Of Contents

Additional data structures

In this section we describe some additional data structures.

Spare Arrays

Multidimensional Arrays

MATLAB supports arrays with more than two dimensions. Each additional dimension is represented by one additional subscript used to address the data.

Cell Arrays

Structure Arrays