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_Create(3), Mat_CreateVer(3), Mat_Open(3) Mat_GetVersion(3)
1920
BSD March 12, 2012 BSD