« Easter Egg: Photoshop Merlin | Main | Easter Eggs: Windows Games »

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.

try:

sound(y(1:2:end),Fs)

;-)

Post a comment