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