✍️ In this tutorial, we will learn how to create a matrix or vector in MATLAB. Matrices are fundamental to MATLAB. Therefore, we need to become familiar with matrix generation and manipulation. In this video, we are going to defining a matrix, extracting submatrices, transpose, and concatenation matrices. Also, we will see how to create larger matrices with predefined MATLAB functions (e.g. zeros, ones, eye, diag, rand), using generating linearly space vectors (linspace), and determining the size of matrices/vectors in MATLAB.