Morse Code Decoder help!
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
David Hill
2021 年 4 月 22 日
Look at what this does.
word='Name';
word=upper(word);
morseWord=morse(word-'@');
0 件のコメント
参考
カテゴリ
Help Center および 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!