Code covered by the BSD License  

Highlights from
MIRtoolbox

image thumbnail
from MIRtoolbox by Olivier Lartillot
An innovative environment, on top of Matlab, for music and audio analysis

mirerror(operator,message)
function mirerror(operator,message)

errordlg([operator,': ',message],'MIRtoolbox error');
error(['ERROR using ',operator,': ', message]);

Contact us at files@mathworks.com