Code covered by the BSD License
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