External Interfaces Reference Previous page   Next Page
matClose

Close MAT-file

C Syntax

Arguments

mfp
   Pointer to MAT-file information.

Description

matClose closes the MAT-file associated with mfp. It returns EOF for a write error, and zero if successful.

Examples

See matcreat.c and matdgns.c in the eng_mat subdirectory of the examples directory for sample programs that illustrate how to use the MATLAB MAT-file routines in a C program.


Previous page  C MAT-File Functions matDeleteArray (Obsolete) Next page

© 1994-2005 The MathWorks, Inc.