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

mirstruct(varargin)
function s = mirstruct(varargin)

d = mirdesign('','',{},{},struct,{}); %,0);
s.fields = {};
s.data = {};
s.tmp = struct;
s.stat = 0;
s = class(s,'mirstruct',d);
s = set(s,varargin{:});

Contact us at files@mathworks.com