You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Just a New Year joke:
a MATLAB note player:
a melody can be represented as a column of notes, e.g.
>>gam=[
'do'
're'
'mi'
'fa'
'so'
'la'
'ci'
'd2'
];
>>Z=melody(gam,2);
Z is input for sound:
>>sound(Z/2)
By default MELODY plays russian Xmas song "Elochka" with freq. factor 3, e.g.
>>melody;
Cite As
Vassili Pastushenko (2026). MELODY (https://www.mathworks.com/matlabcentral/fileexchange/6217-melody), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (800 Bytes)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
