- data is a cell array
- s is a positive integer no greater than the number of entries in data
- the cell array entry data{s} contains a cell array
- x, y, and z are positive integer scalars
- x, y, are no greater than the number of rows and columns of data{s}, and z is no greater than the product of all remaining dimensions of the cell
- the data retrieved is a datatype that isnan() is defined for.
- data{s} retrieves a function handle that is intended to be invoked passing in x, y, z
- data{s} retrieves a numeric array that is to be indexed at x y z