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 Solvers43
Suggested Problems
-
Find the sum of all the numbers of the input vector
45082 Solvers
-
Multiples of a Number in a Given Range
517 Solvers
-
178 Solvers
-
174 Solvers
-
Convert from Fahrenheit to Celsius
20149 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!