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

回答(1 个)
David Hill
2021-4-22
Look at what this does.
word='Name';
word=upper(word);
morseWord=morse(word-'@');
类别
在 帮助中心 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!