Generate a string like abbcccddddeeeee - MATLAB Cody - MATLAB Central

Problem 1043. Generate a string like abbcccddddeeeee

Difficulty:Rate

This is the string version of Problem 1035. Generate a vector like 1,2,2,3,3,3,4,4,4,4

Generate a string like abbcccddddeeeee

So if n = 3, then return

 'abbccc'

And if n = 5, then return

 'abbcccddddeeeee'

Solution Stats

51.02% Correct | 48.98% Incorrect
Last Solution submitted on May 05, 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 Solvers267

Suggested Problems

More from this Author30

Problem Tags

Community Treasure Hunt

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

Start Hunting!