B) Write a MATLAB program that prompt the user to enter a matrix (A), then generate and display the matrix (B) which is
Posted: Fri Jul 01, 2022 5:58 am
B) 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.