The idea is to form the string S by interleaving the elements of a cell array of strings DELIMITER and another cell array of strings C.
Example of 2 inputs:
C = {'I','MATLAB'}; DELIMITER = {' love '})
Expected Output:
S = 'I love MATLAB'
Additional test cases have been added.
23015 Solvers
363 Solvers
Rotate and display numbered tile
221 Solvers
Duplicate each element of a vector.
455 Solvers
Magic is simple (for beginners)
1111 Solvers