1MAT_GETHEADER(3) BSD Library Functions Manual MAT_GETHEADER(3)
2
NAME
4Mat_GetHeader — Returns the header of a MATLAB MAT file given a MAT file
5structure.
6
SYNOPSIS
8#include <matio.h>
910
const char *
11Mat_GetHeader(mat_t *matfp);
12
DESCRIPTION
14The Mat_GetHeader() function returns the header of the MATLAB MAT file
15given by the MAT file structure.
16
SEE ALSO
18Mat_CreateVer(3), Mat_Open(3), Mat_GetFilename(3), Mat_GetVersion(3)
1920
BSD March 25, 2019 BSD