MATLAB Application Program Interface Reference | Help Desk |
matGetNextArrayHeader
Load array header information only
#include "mat.h" mxArray *matGetNextArrayHeader(MATFile *mfp);
mfp
Pointer to MAT-file information.
matGetNextArrayHeader loads only the array header information, including everything exceptpr
, pi
, ir
, and jc
, from the file's current file offset.
See matdemo.c
in the eng_mat
subdirectory of the examples
directory for a sample program that illustrates how to use the MATLAB MAT-file routines in a C program.
matGetNextArray
, matGetArrayHeader