Mat_GetVersion (3) - Linux Manuals

Mat_GetVersion: Returns the filename of a MATLAB .mat file given a MAT file structure

NAME

Mat_GetVersion - Returns the filename of a MATLAB .mat file given a MAT file structure

SYNOPSIS

Fd #include <matio.h> Ft enum mat_ft Fo Mat_GetVersion Fa mat_t *matfp Fc

DESCRIPTION

The Fn Mat_GetVersion function returns the version of the MATLAB .mat file given by the MAT file structure. The return value is one of the following:

SEE ALSO

Mat_Create3, Mat_CreateVer3, Mat_Open3 Mat_GetFilename3