Problem 44412. Decoder Ring
You are given a matrix of numbers, your objective is to use the decoder ring to find the hidden message.
ex.
encoded_message = [100,26,104,47;67,103,32,107;105,93,104,78]
Decoder_Ring = [1,3;3,1]
Output = 'hi'
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers20
Suggested Problems
-
1553 Solvers
-
1365 Solvers
-
Create a vector whose elements depend on the previous element
681 Solvers
-
516 Solvers
-
792 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!