tags 824703 moreinfo
thanks

Stephen Crowley wrote...

> please add the following entries to recognize Matlab V5/V4 file
> formats which are documented at 
> 
> https://maxwell.ict.griffith.edu.au/spl/matlab-page/matfile_format.pdf
> 
> 0x7e string IM Matlab V5
> 0x7e string MI Matlab V5

There already are some rules for Matlab in magic/Magdir/mathematica,
and they've been around for years:

| 0       string  MATLAB  Matlab v5 mat-file
| >126    short   0x494d  (big endian)
| >>124   beshort x       version 0x%04x
| >126    short   0x4d49  (little endian)
| >>124   leshort x       version 0x%04x

If they don't match your files, I'm interested in these, hex dump of
the first 256 byte was enough.

    Christoph

Attachment: signature.asc
Description: Digital signature

Reply via email to