Morse.m This is the one from mathworks: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 December 2011

  • curprev 12:5612:56, 1 December 2011Codlor talk contribs 4,238 bytes +4,238 Created page with 'Matlab/Octave script used to convert text to morse code, and outputed as a wav file. ''' morse.m''' <pre> function morse(varargin) % MORSE converts text to playable morse code…'