Problem 45260. Alternate elements!
Write a function that combines two lists by alternating the elements, e.g. ['a','b','c'], ['1','2','3'] → 'a1b2c3'.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers51
Suggested Problems
-
Select every other element of a vector
35586 Solvers
-
3745 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
550 Solvers
-
Sum of diagonal of a square matrix
1619 Solvers
-
Convert given decimal number to binary number.
2236 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!