Package matio-devel
Development files for matio
http://sourceforge.net/projects/matio
The matio-devel package contains libraries and header files for
developing applications that use matio.
Version: 1.5.28
Library Functions | |
| Mat_Close | Closes an open MATLAB MAT file. |
| Mat_CreateVer | Creates a MATLAB MAT file. |
| Mat_GetDir | Returns a list of the variable names of a MATLAB MAT file given a MAT file structure |
| Mat_GetFileAccessMode | Returns the file access mode of a MATLAB MAT file given a MAT file structure. |
| Mat_GetFilename | Returns the filename of a MATLAB MAT file given a MAT file structure. |
| Mat_GetHeader | Returns the header of a MATLAB MAT file given a MAT file structure. |
| Mat_GetLibraryVersion | Gets the version of the matio library. |
| Mat_GetVersion | Returns the version of a MATLAB MAT file given a MAT file structure. |
| Mat_Open | Opens a MATLAB MAT file. |
| Mat_Rewind | Rewinds an open MAT file to the beginning. |
| Mat_VarAddStructField | Adds a field to a structure array. |
| Mat_VarCreate | Creates a MAT variable structure. |
| Mat_VarCreateStruct | Creates a structure variable. |
| Mat_VarDelete | Deletes a MAT variable from a file. |
| Mat_VarFree | Frees a MAT variable structure. |
| Mat_VarGetNumberOfFields | Gets the number of fields for a structure variable. |
| Mat_VarGetSize | Calculates the size of a MAT variable in bytes. |
| Mat_VarGetStructFieldnames | Get the fieldnames of a structure variable. |
| Mat_VarGetStructs | Index a structure variable using slices of each dimension |
| Mat_VarGetStructsLinear | Linearly index a structure variable |
| Mat_VarPrint | Prints the information of a MAT variable to stdout. |
| Mat_VarRead | Reads the information and data for a specific variable in a MATLAB MAT file. |
| Mat_VarReadInfo | Reads the information for a specific variable in a MATLAB MAT file. |
| Mat_VarReadNext | Reads the information and data for the next variable in a MATLAB MAT file. |
| Mat_VarReadNextInfo | Reads the information for the next variable in a MATLAB MAT file. |
| Mat_VarWrite | Writes a MATLAB variable to a MATLAB MAT file. |
| Mat_VarWriteAppend | Writes/appends a MATLAB variable to an HDF5 format MATLAB MAT file. |