Texts: Write a user-defined function in MATLAB to obtain the transpose of any matrix given as an input. Compare it with the inbuilt transpose function in MATLAB. (Hint: Use a for loop to convert a(i,j) -> -5 * a(i,i)). Test your output on a simple matrix A = [5 7].