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

mirsummary(varargin)
function varargout = mirsummary(varargin)
%   mirsummary is the same function as mirsum.

vout = '';
for i = 1:max(1,nargout)
    vout = [vout,'y',num2str(i),' '];
end
eval(['[ ',vout,'] = mirsum(varargin{:});'])
eval(['varargout = { ',vout,'};'])

Contact us at files@mathworks.com