Programming and Data Types | ![]() ![]() |
This chapter discusses multidimensional arrays, MATLAB arrays with more than two dimensions. Multidimensional arrays can be numeric, character, cell, or structure arrays. These arrays are broadly useful--for example, in the representation of multivariate data, or multiple pages of two-dimensional data.
This chapter covers the following topics:
MATLAB provides a number of functions that directly support multidimensional arrays. You can extend this support by creating M-files that work with your data architecture.
Function |
Description |
|
Concatenate arrays. |
|
Inverse permute array dimensions. |
|
Generate arrays for N-D functions and interpolation. |
|
Number of array dimensions. |
|
Permute array dimensions. |
|
Shift dimensions. |
|
Remove singleton dimensions. |
![]() | Array/String Conversion | Multidimensional Arrays | ![]() |