Problem 2689. vector to string

Determine what the ASCII characters spell out.

Example:

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

Solution Stats

97.44% Correct | 2.56% Incorrect
Last Solution submitted on Nov 16, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers133

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!