Closes a Matlab V5 binary MAT-file.
status = matfile_close(fd)
fd Real: | file descriptor (returned by matfile_open). |
---|
: :status 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/_ ).