Problem 60416. Secret Message and Acrostic
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
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers11
Suggested Problems
-
Find the sum of the elements in the "second" diagonal
1168 Solvers
-
Wind outward from the center ...
84 Solvers
-
Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4
136 Solvers
-
Sum the entries of each column of a matrix which satisfy a logical condition.
165 Solvers
-
Is this triangle right-angled?
6194 Solvers
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!