Morse Code Decoder help!
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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

0 Commenti
Risposte (1)
David Hill
il 22 Apr 2021
Look at what this does.
word='Name';
word=upper(word);
morseWord=morse(word-'@');
0 Commenti
Vedere anche
Categorie
Scopri di più su Audio and Video Data in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!