Main Content

matClose (C and Fortran)

Close MAT-file

C Syntax

#include "mat.h"
int matClose(MATFile *mfp);

Fortran Syntax

#include "mat.h"
integer*4 matClose(mfp)
mwPointer mfp

Arguments

mfp

Pointer to MAT-file information

Returns

EOF in C (-1 in Fortran) for a write error, and 0 if successful.

Description

matClose closes the MAT-file associated with mfp.

Examples

See these examples in matlabroot/extern/examples/eng_mat:

Version History

Introduced before R2006a