Problem 58309. Decode a message encrypted with the square root of 2
Cody Problem 58299 asks you to encrypt a message by changing all letters to uppercase and randomly choosing a position of the ASCII codes of the message’s characters in the fractional part of the square root of 2.
Write a function to decrypt a message encrypted in this way. A string with the fractional part of the square root of 2 will be set as a global variable.
Solution Stats
Problem Comments
-
1 Comment
Nikolaos Nikolaou
on 23 Mar 2024
I get 99% of the values right expect the loc of digit '4'
Solution Comments
Show commentsProblem Recent Solvers3
Suggested Problems
-
Find the sum of all the numbers of the input vector
53475 Solvers
-
Remove any row in which a NaN appears
8762 Solvers
-
Create a function handle that reverses the input arguments of another function handle
157 Solvers
-
Check if number exists in vector
13728 Solvers
-
314 Solvers
More from this Author319
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!