Libmatio-Doc
- Mat_Close(3) The function closes a MATLAB MAT file opened with or created with The function returns 0 on success.
- Mat_CreateVer(3) The function creates a MATLAB MAT file opened for write access.
- Mat_GetDir(3) structure The function returns a list of the variable names of a MATLAB MAT file given the MAT file structure.
- Mat_GetFilename(3) The function returns the filename of the MATLAB MAT file given by the MAT file structure.
- Mat_GetHeader(3) The function returns the header of the MATLAB MAT file given by the MAT file structure.
- Mat_GetLibraryVersion(3) The function returns the major, minor, and release version numbers of the library.
- Mat_GetVersion(3) The function returns the version of the MATLAB MAT file given by the MAT file structure.
- Mat_Open(3) The function opens a MATLAB MAT file for read only or read-write access.
- Mat_Rewind(3) Rewinds an open MAT file so that or reads the first variable in the file.
- Mat_VarAddStructField(3) The function adds a fieldname to the structure variable 0 is returned on success.
- Mat_VarCreate(3) The function creates a MAT structure variable named that can be written to a MAT file.
- Mat_VarCreateStruct(3) The function creates a structure variable named that can be written to a MAT file.
- Mat_VarDelete(3) The function deletes the MAT variable from the MAT file given by MAT file structure The function returns 0 on success.
- Mat_VarFree(3) The function free's the memory used by a MAT variable structure.
- Mat_VarGetNumberOfFields(3) The function returns the number of fields for the structure variable The number of fields will be returned on success, a
- Mat_VarGetSize(3) The function calculates the size of a MAT variable in bytes similar to the MATLAB whos command.
- Mat_VarGetStructFieldnames(3) The function returns the fieldnames of the structure variable An array of fieldnames is returned of the variable is a va
- Mat_VarGetStructs(3) The function selects a subarray from a structure array Each of the elements in the subarray contains all of the fields o
- Mat_VarGetStructsLinear(3) The function selects a subarray from a structure array Each of the elements in the subarray contains all of the fields o
- Mat_VarPrint(3) The function prints the information of a MAT variable to stdout.
- Mat_VarRead(3) The function reads the information and data for the variable in the open MAT file.
- Mat_VarReadInfo(3) The function reads the information for the variable in the open MAT file.
- Mat_VarReadNext(3) The function reads the information and data for the next variable stored in the open MAT file.
- Mat_VarReadNextInfo(3) The function reads the information for the next variable stored in the open MAT file.
- Mat_VarWrite(3) The function writes the MATLAB variable to the MAT file which must be opened for writing.
- Mat_VarWriteAppend(3) The function writes (and optionally appends) the MATLAB variable to the MAT file which must be opened for writing.