Code covered by the BSD License  

Highlights from
3D Cube Slice

from 3D Cube Slice by Oren Rosen
Enables reading 2 dim slices of 3 dim matrix stored in MAT file

codes=StandardMxCodes()
function codes=StandardMxCodes()
% STANDARDMXCODES return Matlab standard codes for data formats
% Example:
% CODES=STANDARDMXCODES();
%
% Author: Malcolm Lidierth 07/06
% Copyright  Kings College London 2006
% Revisions:

codes={'cell' 'struct' 'object' 'char' 'sparse' 'double' 'single'...
    'int8' 'uint8' 'int16' 'uint16' 'int32' 'uint32' 'int64' 'uint64'...
    'function' 'custom'};
return
end

Contact us at files@mathworks.com