MATLAB: Array

arraydifferenceMATLABmatrix

what is the difference between array and matrices in matlab?

Best Answer

The nomenclature typically is:
Scalars are 1x1
Vectors are 1xN or Nx1
Matrices are MxN
Arrays are typically 3D or more, MxNxPx...etc