MATLAB - Linear Algebra
Find the error in this MATLAB code snippet:
A = [1 2; 3 4];
B = A';
C = B';
disp(C);
A = [1 2; 3 4];
B = A';
C = B';
disp(C);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions