Question: File Edit View Window Help Open 7 118% Tools TILITIJU CE E 15. Consider the following function: S function (answer] [ ); my_combine (x, y)

File Edit View Window Help Open 7 118% Tools TILITIJU CE E 15. Consider the following function: S function (answer] [ ); my_combine (x, y) answer Acr for i = 1:numel(x) answer (end+1) x(i); answer (end+1) = y(i); end end What will the value of variable c be after executing the following code? SU d L x = [1, 2, 31; y = [4, 5, 6]; C = my combine (x, y); A) [4, 1, 5, 2, 6, 3] B) [1, 2, 3, 4, 5, 6] C)[1.4, 2, 5, 3, 6] D) [4, 5, 6] E) Matlab throws an error with message: Undefined function or variable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
