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 Solvers10
Suggested Problems
-
Removing rows from a matrix is easy - but what about inserting rows?
229 Solvers
-
Construct an index vector from two input vectors in vectorized fashion
399 Solvers
-
Get the elements of diagonal and antidiagonal for any m-by-n matrix
484 Solvers
-
Find out missing number from a vector of 9 elements
302 Solvers
-
Convert a vector of Integers into a matrix of binaries
79 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!