Weave two vectors into one - MATLAB Cody - MATLAB Central

Problem 1598. Weave two vectors into one

Difficulty:Rate

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

57.43% Correct | 42.57% Incorrect
Last Solution submitted on Dec 13, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers132

Suggested Problems

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!
Go to top of page