Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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.

FreeBSD ports 15.quarterly	 April 24, 2024 		   MAT_GETDIR(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Mat_GetDir&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help