MATFile (C and Fortran) - Type for MAT-file - MATLAB (original) (raw)
Description
A handle to a MAT-file object. A MAT-file is the data file format MATLABĀ® software uses for saving data to your disk.
MATFile
is a C language opaque type.
The MAT-file interface library contains routines for reading and writing MAT-files. Call these routines from your own C/C++ and Fortran programs, usingMATFile
to access your data file. For more information, see MAT-File API Library and Include Files.
The header file containing this type is:
#include "mat.h"