Problem 394. Convert String to Morse Code

Convert a given string to international Morse Code

  • Strings will only have [A-z], [0-9] and space characters
  • A string must be returned with dots (.), dashes (-) and spaces between words

For example: given str = 'MATLAB is good' return ystr = '--.--.-...--... ..... --.-------..'

Solution Stats

54.03% Correct | 45.97% Incorrect
Last Solution submitted on Jan 10, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers202

Suggested Problems

Community Treasure Hunt

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

Start Hunting!