| MATLAB Application Program Interface | Search  Help Desk |
| matGetNextArrayHeader | Examples See Also |
Load array header information only
C Syntax
#include "mat.h" mxArray *matGetNextArrayHeader(MATFile *mfp);
Arguments
mfp
Description
matGetNextArrayHeader loads only the array header information, including everything exceptpr, pi, ir, and jc, from the file's current file offset.
Example
Seematcreat.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