logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mat_GetDir — Returns a list of the variable names of a MATLAB MAT file given a MAT file structure

Description

       The  Mat_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.

Name

       Mat_GetDir — Returns a list of the variable names of a MATLAB MAT file given a MAT file structure

Return Values

       The function returns a read-only list of the variable names of a MATLAB MAT file.

Debian                                           April 24, 2024                                    MAT_GETDIR(3)

Synopsis

#include<matio.h>char*const*Mat_GetDir(mat_t*matfp, size_t*n);

See Also