Determine what the ASCII characters spell out.
Example:
input = [ 72 73 71 72] output = 'HIGH'
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers138
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2058 Solvers
-
Set the array elements whose value is 13 to 0
1452 Solvers
-
Rounding off numbers to n decimals
5755 Solvers
-
Find out total non zero element of matrix
287 Solvers
-
289 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Luke, you have to modify your testsuite. For now it doesn't check submitted solution, so any solution will pass. You shouldn't use the same name for a function and variable.