GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MAT_GETDIR(3) FreeBSD Library Functions Manual MAT_GETDIR(3)

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

#include <matio.h>

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

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.

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

September 12, 2019 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.