[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.2 Cell Arrays
It can be both necessary and convenient to store several variables of different size or type in one variable. A cell array is a container class able to do just that. In general cell arrays work just like N-dimensional arrays with the exception of the use of ‘{’ and ‘}’ as allocation and indexing operators.
6.2.1 Basic Usage of Cell Arrays | ||
6.2.2 Creating Cell Array | ||
6.2.3 Indexing Cell Arrays | ||
6.2.4 Cell Arrays of Strings | ||
6.2.5 Processing Data in Cell Arrays |