Easter Egg: Matlab's Hallelujah!
This is an audio easter egg. When using Matlab, you can input the following two commands:
- "load handel"
- "sound(y,Fs)"
This will play a short clip of Handel's Hallelujah chorus. This is the sort of easter egg I would put in my application after solving a very nasty bug. Enjoy (if you have Matlab).
Comments
Jejeje, I can't believe a programmer actually inserted that little sound clip into Matlab! That's very cool. I think it's a very good guess that the programmer must have put it there after solving a very nasty bug.
Posted by: Lidia Noemà | May 4, 2008 1:34 PM
try:
sound(y(1:2:end),Fs)
;-)
Posted by: sander | June 3, 2009 7:32 AM