Question

Suppose you have defined x = [1,2,3] and y = [2,4,6] in the Command Window. Determine the result of the following MATLAB operation: >>x .* y
a. ans = 3 6 9
b.ans = 2 8 18
b. ans = 1 2 3 2 4 6
c. ans = 6 12

Answer

This answer is hidden. It contains 1 characters.