Morse Code Decoder help!

How do i make it so that MATLAB can read words instead of letter ? Currently i can make it translate a single letter but not more than that. Im still fairly new to Matlab so i dont know much. Please help

Réponses (1)

David Hill
David Hill le 22 Avr 2021

0 votes

Look at what this does.
word='Name';
word=upper(word);
morseWord=morse(word-'@');

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by