One of the simplest ways to hide a message involves utilizing uppercase letters.
Given a text, collect all uppercase letters into a single word, maintaining their order of appearance in the text. For instance:
text = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero.'
By gathering all the uppercase letters, the hidden message becomes "LIP".

Solution Stats

50 Solutions

16 Solvers

Last Solution submitted on Aug 17, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers16

Suggested Problems

More from this Author53

Problem Tags

Community Treasure Hunt

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

Start Hunting!