Close MAT-file
#include "mat.h" int matClose(MATFile *mfp);
#include "mat.h" integer*4 matClose(mfp) mwPointer mfp
mfp
Pointer to MAT-file information
EOF
in C (-1
in Fortran)
for a write error, and 0
if successful.
matClose
closes the MAT-file associated
with mfp
.
See these examples in
:matlabroot
/extern/examples/eng_mat