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

mirmatrix(orig,varargin)
function m = mirmatrix(orig,varargin)
% Simple numerical matrix object used to display for instance correlation
% coefficients.

m = class(struct,'mirmatrix',mirdata(orig));
m = purgedata(m);
m = set(m,'FramePos',[],varargin{:});

Contact us at files@mathworks.com