Luisito4606 Luisito4606 07-06-2023 Engineering contestada Write a MATLAB program that prompt the user to enter a matrix (A), then generate and display the matrix (B) which is the transpose of (A) matrix without use the transpose operator (¹). A-11 2 5; 547; 321; 6891 Hint: use loops.