MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
matGetNextArrayHeader    Examples   See Also

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



[ Previous | Help Desk | Next ]