1MAT_GETFILENAME(3) BSD Library Functions Manual MAT_GETFILENAME(3)
2
4 Mat_GetFilename — Returns the filename of a MATLAB MAT file given a MAT
5 file structure.
6
8 #include <matio.h>
9
10 const char *
11 Mat_GetFilename(mat_t *matfp);
12
14 The Mat_GetFilename() function returns the filename of the MATLAB MAT
15 file given by the MAT file structure.
16
18 The function returns the read-only filename of the opened MATLAB MAT
19 file.
20
22 Mat_CreateVer(3), Mat_Open(3), Mat_GetHeader(3), Mat_GetVersion(3)
23
24BSD September 12, 2019 BSD