Question: please help, use matlab Write a function called vectorzip(x,y) that will take as inputs two vectors and return another vector as follows: >>>zipped vectorzip(, y

please help, use matlab
Write a function called vectorzip(x,y) that will take as inputs two vectors and return another vector as follows: >>>zipped vectorzip(, y >>>zipped >>> a= 17, 5, 9, 10); >>> zipped = vector21p {a, b) ; >>>zipped I(7, 4), 5, 8)1 Note that normally, you would need to have an error check in your code to check if your input is a vector or not. For this question, we will assume that the user will always enter the proper inputs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
