Posts

Showing posts with the label ones

MATLAB Tutorials Class 2: Creation of Matrix and array in MATLAB

 MATLAB Tutorials Class 2:  Creation of  Matrix and array in  MATLAB  Hai... We addressed the environmental setup and layout configuration in my previous post . Here we going to see Matrix and array. The expansion of MATLAB is the 'Matrix laboratory'. MATLAB script operations are based on matrix and array. 1. What is the Matrix?           The matrix is a framework for the number of columns and rows. The matrix may look rectangular or square. A count of rows and columns is used for matrix status representation ( no. of. row X no. of. column matrix). For instance, if the number of rows and columns is 3, the matrix is known as the 3 x 3 matrix.  2. What is an array?          An array is an arrangement of elements together in a single row.   3. How to create an  array  in MATLAB? To do this, you can use the command window. For execution, after entering the code line, give enter. If you want t...