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