Repeat string n times - 2 - MATLAB Cody - MATLAB Central

Problem 42484. Repeat string n times - 2

Difficulty:Rate

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

32.67% Correct | 67.33% Incorrect
Last Solution submitted on Apr 28, 2025

Problem Comments

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
1
2

Problem Recent Solvers31

Suggested Problems

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!