• You will be provided a string (s = 'string1_')
  • a starting point (num1 = 6) (always bigger than or equal to zero)
  • and n (n = 3) (always bigger than or equal to 1)
You will return following in sequence;
{'string1_6'
'string1_7'
'string1_8'}
You can not use for or while loops

Solution Stats

199 Solutions

45 Solvers

Last Solution submitted on Dec 11, 2025

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers45

Suggested Problems

More from this Author92

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!