Data Fields | |
| int | class_type |
| int | compression |
| void * | data |
| int | data_size |
| int | data_type |
| long | datapos |
| int * | dims |
| mat_t * | fp |
| long | fpos |
| int | isComplex |
| int | isGlobal |
| int | isLogical |
| int | mem_conserve |
| char * | name |
| int | nbytes |
| int | rank |
| z_stream * | z |
Class type in Matlab(mxDOUBLE_CLASS, etc)
Compression (0=>None,1=>ZLIB)
| void* matvar_t::data |
Pointer to the data
Bytes / element for the data
Data type(MAT_T_*)
| long matvar_t::datapos |
Offset from the beginning of the MAT file to the data
| int* matvar_t::dims |
Array of lengths for each dimension
Pointer to the MAT file structure (mat_t)
| long matvar_t::fpos |
Offset from the beginning of the MAT file to the variable
non-zero if the data is complex, 0 if real
non-zero if the variable is global
non-zero if the variable is logical
1 if Memory was conserved with data
| char* matvar_t::name |
Name of the variable
| int matvar_t::nbytes |
Number of bytes for the MAT variable
| int matvar_t::rank |
Rank (Number of dimensions) of the data
| z_stream* matvar_t::z |
zlib compression state
1.4.7