Code covered by the BSD License  

Highlights from
A Numerical Tour of Signal Processing

from A Numerical Tour of Signal Processing by Gabriel Peyre
A set of Matlab experiments that illustrates advanced computational signal and image processing.

cat3(d, a,b)
function c = cat3(d, a,b)

% cat3 - synonymous with cat

c = cat(d,a,b);

Contact us at files@mathworks.com