matfile_close — Closes a Matlab V5 binary MAT-file.
status = matfile_close(fd)
Real: file descriptor (returned by matfile_open).
Boolean: %T if closure succeeds, %F otherwise.
Closes a Matlab binary MAT-file opened by matfile_open.
This function uses MATIO library (http://sourceforge.net/projects/matio/).
http://sourceforge.net/projects/matio/