1MAT_GETDIR(3) BSD Library Functions Manual MAT_GETDIR(3)
2
4 Mat_GetDir — Returns a list of the variable names of a MATLAB MAT file
5 given a MAT file structure
6
8 #include <matio.h>
9
10 char **
11 Mat_GetDir(mat_t *matfp, size_t *n);
12
14 The Mat_GetDir() function returns a list of the variable names of a MAT‐
15 LAB MAT file given the MAT file structure. The output argument n holds
16 the number of variables of the MATLAB MAT file.
17
19 The function returns a read-only list of the variable names of a MATLAB
20 MAT file.
21
22
23
24BSD September 12, 2019 BSD