|
NAMEMat_GetDir —
Returns a list of the variable names of a MATLAB MAT file given
a MAT file structure
SYNOPSIS#include <matio.h>
char **
DESCRIPTIONTheMat_GetDir () function returns a list of the variable
names of a MATLAB MAT file given the MAT file structure. The output argument
n holds the number of variables of the MATLAB MAT file.
RETURN VALUESThe function returns a read-only list of the variable names of a MATLAB MAT file.
Visit the GSP FreeBSD Man Page Interface. |