This is the two variable version of Repeat string n times.
- you will have a string (s = 'str_')
- a starting point (num1 = 4)
- another starting point (num2 = 10)
- a n (n = 4)
output=
{'str_4_10'
'str_5_11'
'str_6_12'
'str_7_13'}
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers33
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5809 Solvers
-
Maximum running product for a string of numbers
2257 Solvers
-
574 Solvers
-
Replace all zeros and NaNs in a matrix with the string 'error'
104 Solvers
-
Is this triangle right-angled?
6531 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Your test suite is overzealous and trips up on arrayfun(..., "UniformOutput", false).