Using Structures and Cell Arrays
Structures and cell arrays are two kinds of MATLAB arrays that can hold generic, unstructured heterogeneous data.
A structure array is a data type that groups related data using data containers called fields. Each field can contain any type of data.
A cell array is a data type with indexed data containers called cells, where each cell can contain any type of data. Cell arrays commonly contain either lists of character vectors of different lengths, or mixes of strings and numbers, or numeric arrays of different sizes.
In this video learn how to create structures and cell arrays and when to use them.
Published: 17 Jun 2020