|
NAMEMat_GetVersion —
Returns the version of a MATLAB MAT file given a MAT file
structure.
SYNOPSIS#include <matio.h>
enum mat_ft
DESCRIPTIONTheMat_GetVersion () function returns the version of the
MATLAB MAT file given by the MAT file structure.
RETURN VALUESThe return value is one of the following:
SEE ALSOMat_CreateVer(3), Mat_Open(3), Mat_GetFilename(3), Mat_GetHeader(3)
Visit the GSP FreeBSD Man Page Interface. |