Problem 2689. vector to string

Determine what the ASCII characters spell out.

Example:

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

Solution Stats

97.4% Correct | 2.6% Incorrect
Last Solution submitted on Nov 08, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers131

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!