ABSTRACT

This chapter presents an introduction to building heterogeneous collections and computing with these data structures.

18.2 Cell Arrays A cell array is a data collection in which each element is a container or cell

with some data item of any type. Each cell of the array is accessed individually to process the data stored in it.