1MAT_GETDIR(3) BSD Library Functions Manual MAT_GETDIR(3)
2
NAME
4Mat_GetDir — Returns a list of the variable names of a MATLAB MAT file
5given a MAT file. structure
6
SYNOPSIS
8#include <matio.h>
910
char **
11Mat_GetDir(mat_t *matfp, size_t *n);
12
DESCRIPTION
14The Mat_GetDir() function returns a list of the variable names of a MAT‐
15LAB MAT file given the MAT file structure. The output argument n holds
16the number of variables of the MATLAB MAT file.
1718
BSD January 24, 2017 BSD