MATLAB Practice Test
MATLAB FREE MATLAB Matrix and Array Operations Questions and Answers
Given two 3x3 matrices, A and B, which MATLAB command will perform element-wise multiplication?
Select your answer
A
A * B
B
A .* B
C
A x B
D
multiply(A, B)
Hint