Solved

Suppose You Have Defined x=[1,2,3] and y=[2,4,6]x = [ 1,2,3 ] \text { and } y = [ 2,4,6 ]

Question 14

Short Answer

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions