| External Interfaces/API Reference | ![]() |
Load array header information only
C Syntax
#include "mat.h" mxArray *matGetNextArrayHeader(MATFile *mfp);
Arguments
mfp
Pointer to MAT-file information.
Description
matGetNextArrayHeader loads only the array header information, including everything except pr, pi, ir, and jc, from the file's current file offset.
Example
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.
See Also
matGetNextArray, matGetArrayHeader
| matGetNextArray | matGetNextMatrix (Obsolete) | ![]() |