Vectors, Arrays, Matrices, and Data Structures
摘要
Vectors are one-dimensional arrays that can hold a sequence of numerical or categorical data. They are the fundamental building blocks for more complex data structures in MATLAB. MATLAB distinguishes between row vectors and column vectors, where a row vector is represented by a single row of elements and a column vector by a single column.