Lab2 Matrix Operation in Matlab
Lab2 Matrix Operation in Matlab
Department:
Group:
7. Write command and show your answer using matrix indexing access
the following elements:
The element on the 2nd row and 3rd column of A
The 2nd row of B
The 3rd column of A
The 2nd elements of the 2nd and 3rd row of C
A new 2x2 matrix D, the 1st column of D is the 2nd column
of A, and the 2nd column of D is the 3rd columns of B