MATLAB - Linear Algebra
What is the output of the following MATLAB code?
A = [1 2 3; 4 5 6];
B = A';
disp(B);
A = [1 2 3; 4 5 6];
B = A';
disp(B);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions