Problem 2689. vector to string

Determine what the ASCII characters spell out.

Example:

 input = [ 72 73 71 72] 
 output = 'HIGH'

Solution Stats

97.42% Correct | 2.58% Incorrect
Last Solution submitted on Aug 04, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers132

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!