Morse Code Decoder help!

1 visualización (últimos 30 días)
dddonwign
dddonwign el 22 de Abr. de 2021
Respondida: David Hill el 22 de Abr. de 2021
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

Respuestas (1)

David Hill
David Hill el 22 de Abr. de 2021
Look at what this does.
word='Name';
word=upper(word);
morseWord=morse(word-'@');

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by