Question: Design Goal: Unscramble the hidden message. The KEY to decoding the message is a number between 1 and 10. (1) Enter the following coded

Design Goal: Unscramble the hidden message. The KEY to decoding the message is a number between 1 and 10. (1) Enter the following coded character sting in Matlab: codedMessage ='Mjqqt%\twqi&%Nk%^TZ%fwj%WJFINSL%ymnx1%HTSLWYZQFYNTSX & ' Use the double command to convert the ASCII text in the codedMessage to a list of numbers (Hint: >>double('M') produces 77) SUBTRACT possible KEY values from the list of numbers generated in step (2) until you decode the message. (Hint: >>char (77) produces M) (2) (3) Submit: Submit a copy of your code, the KEY you found to decode the message and the decoded Message.
Step by Step Solution
3.41 Rating (148 Votes )
There are 3 Steps involved in it
Here is an example of a Matlab code that implements the steps outlin... View full answer
Get step-by-step solutions from verified subject matter experts
