MATLAB Practice Test
MATLAB FREE MATLAB Matrix Operations & Indexing Questions and Answers
Given a matrix `A = [1 2 3; 4 5 6; 7 8 9]`, what is the result of `A(2, :)`?
Select your answer
A
[4 5 6]
B
[2 5 8]
C
[1 2 3]
D
[7 8 9]
Hint