Problem 1598. Weave two vectors into one
Weave the two given vectors into one as shown below.
Example:
If
a = [1 1 1] b = [0 0 0]
then
y = [1 0 1 0 1 0]
Solution Stats
Problem Comments
-
1 Comment
James
on 6 Jun 2013
Please change the function call in the test suite to your_fcn_name(a,b) rather than your_fcn_name(x).
Solution Comments
Show commentsProblem Recent Solvers137
Suggested Problems
-
Determine whether a vector is monotonically increasing
22783 Solvers
-
1620 Solvers
-
First non-zero element in each column
935 Solvers
-
Getting the indices from a matrix
714 Solvers
-
Given a matrix, return the last eigen value
231 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!