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

mtimescell(x,varargin)
function varargout = mtimescell(x,varargin)

specif.combinechunk = 'Average';

varargout = mirfunction(@mtimescell,x,varargin,nargout,specif,@init,@main);


function [x type] = init(x,option)
type = mirtype(x{1});


function y = main(x,option,postoption)
y = mtimes(x{1},x{2});

Contact us at files@mathworks.com