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 Feb 23, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers266

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!
Go to top of page