Morse Code Decoder help!

2 ビュー (過去 30 日間)
dddonwign
dddonwign 2021 年 4 月 22 日
回答済み: David Hill 2021 年 4 月 22 日
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 日
Look at what this does.
word='Name';
word=upper(word);
morseWord=morse(word-'@');

カテゴリ

Help Center および File ExchangeAudio and Video Data についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by