Solved

Suppose You Have Defined x=[1,2,3]x = [ 1,2,3 ] And y=[2,4,6]y = [ 2,4,6 ]

Question 4

Multiple Choice

Suppose you have defined x=[1,2,3]x = [ 1,2,3 ] and y=[2,4,6]y = [ 2,4,6 ] in the Command Window. Determine the result of the following MATLAB operation: >>x+y> > x + y


A) ans =369 =3 \quad 6 \quad 9
B) ans =123246 =\begin{array}{llllll}1 & 2 & 3 & 2 & 4 & 6\end{array}
C) ans =612 =612
D) ans =18 =18

Correct Answer:

verifed

Verified

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

Related Questions