Question
a). B = matrixTranspose(A): a transpose function with input of an arbitrary matrix and output its transpose (Do NOT use the built-in function in MATLAB, but do the transpose by element operation);Test your function with two test cases, where A=\left[\begin{array}{cccc} 9 & 4 & 3 & -6 \\ 2 & -1 & 6 & 5 \end{array}\righ
Question image 1Question image 2Question image 3Question image 4Question image 5Question image 6Question image 7Question image 8Question image 9