MATLAB - Linear Algebra
What will be the output of this MATLAB code?
A = [7 8; 9 10; 11 12];
B = A';
disp(size(B));
A = [7 8; 9 10; 11 12];
B = A';
disp(size(B));
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions