Mat_GetFilename (3) - Linux Manuals
Mat_GetFilename: Returns the filename of a MATLAB .mat file given a MAT file structure
Command to display Mat_GetFilename manual in Linux: $ man 3 Mat_GetFilename
NAME
Mat_GetFilename
- Returns the filename of a MATLAB .mat file given a MAT file structure
SYNOPSIS
Fd #include <matio.h>
Ft const char *
Fo Mat_GetFilename
Fa mat_t *matfp
Fc
DESCRIPTION
The
Fn Mat_GetFilename
function returns the filename of the MATLAB .mat file given by the MAT file
structure.
SEE ALSO
Mat_Create3,
Mat_CreateVer3,
Mat_Open3
Mat_GetVersion3