Matlab-7.8 (R2009a) to 7.12 (R2011a) :

  mfload : ok
  mssave : ok

Matlab-7.13 (R2011b) [64-bit] :

  mbfread  : ok
  mbfwrite : ok

Matlab-8.0 (2012b) and Matlab-8.1 (R2013a) [64-bit] :

  mbfread  : ok
  mbfwrite : ok

  CAUTION: in case of errors, error messages are not put into the terminal
  ('matlab -nojvm') or in the Matlab desktop ('matlab') but in a file
  named 'fort.6'. This latter file is flushed only when the buffer if full,
  or when Matlab is properly closed!
  Solution: use the 'mexErrMsgTxt()' function to output an error with a
  text message, or 'mexWarnMsgTxt()'.
_______________________________________________________________________________


Rem: a supported version for the compiler must be used (e.g. the
     version 4.3 for matlab-7.13)

However, GCC-4.4 works well.
