Package libmatio-devel
- Mat_Close(3) β Closes an open MATLAB MAT file.
- Mat_CreateVer(3) β Creates a MATLAB MAT file.
- Mat_GetDir(3) β Returns a list of the variable names of a MATLAB MAT file given a MAT file
- Mat_GetFileAccessMode(3) β Returns the file access mode of a MATLAB MAT file given a MAT file structure.
- Mat_GetFilename(3) β Returns the filename of a MATLAB MAT file given a MAT file structure.
- Mat_GetHeader(3) β Returns the header of a MATLAB MAT file given a MAT file structure.
- Mat_GetLibraryVersion(3) β Gets the version of the matio library.
- Mat_GetVersion(3) β Returns the version of a MATLAB MAT file given a MAT file structure.
- Mat_Open(3) β Opens a MATLAB MAT file.
- Mat_Rewind(3) β Rewinds an open MAT file to the beginning.
- Mat_VarAddStructField(3) β Adds a field to a structure array.
- Mat_VarCreate(3) β Creates a MAT variable structure.
- Mat_VarCreateStruct(3) β Creates a structure variable.
- Mat_VarDelete(3) β Deletes a MAT variable from a file.
- Mat_VarFree(3) β Frees a MAT variable structure.
- Mat_VarGetNumberOfFields(3) β Gets the number of fields for a structure variable.
- Mat_VarGetSize(3) β Calculates the size of a MAT variable in bytes.
- Mat_VarGetStructFieldnames(3) β Get the fieldnames of a structure variable.
- Mat_VarGetStructs(3) β Index a structure variable using slices of each dimension
- Mat_VarGetStructsLinear(3) β Linearly index a structure variable
- Mat_VarPrint(3) β Prints the information of a MAT variable to stdout.
- Mat_VarRead(3) β Reads the information and data for a specific variable in a MATLAB MAT file.
- Mat_VarReadInfo(3) β Reads the information for a specific variable in a MATLAB MAT file.
- Mat_VarReadNext(3) β Reads the information and data for the next variable in a MATLAB MAT file.
- Mat_VarReadNextInfo(3) β Reads the information for the next variable in a MATLAB MAT file.
- Mat_VarWrite(3) β Writes a MATLAB variable to a MATLAB MAT file.
- Mat_VarWriteAppend(3) β Writes/appends a MATLAB variable to an HDF5 format MATLAB MAT file.
