manpagez: man pages & more
man Mat_GetDir(3)
Home | html | info | man
Mat_GetDir(3)              Library Functions Manual              Mat_GetDir(3)


NAME

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


SYNOPSIS

     #include <matio.h>

     char * const *
     Mat_GetDir(mat_t *matfp, size_t *n);


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.


RETURN VALUES

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



macOS 14.7                      April 24, 2024                      macOS 14.7

matio 1.5.28 - Generated Sat Nov 23 15:15:53 CST 2024
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.