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
David Hill 2021 年 4 月 22 日

0 投票

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

タグ

質問済み:

2021 年 4 月 22 日

回答済み:

2021 年 4 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by