Problem 44472. A kind of decryption
Please convert the vector to letters by referring to the examples below.
(eg.1) input vec=[34 1 59] >>> output s='A Z'
(eg.2) input vec=[66 1 67 1 68] >>> output s='a b c'
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers33
Suggested Problems
- 
         Find all elements less than 0 or greater than 10 and replace them with NaN 15689 Solvers 
- 
         
         616 Solvers 
- 
         
         589 Solvers 
- 
         
         379 Solvers 
- 
         
         315 Solvers 
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!