MATLAB Application Program Interface Reference Help Desk

matGetNextArrayHeader

Purpose

Load array header information only

C Syntax

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 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.

See Also

matGetNextArray, matGetArrayHeader



[ Previous | Help Desk | Next ]