Mat_VarPrint
Prints the information of a MAT variable to stdout.
- Provided by: libmatio-doc (Version: 1.5.28-2)
- Source: libmatio
- Report a bug
Prints the information of a MAT variable to stdout.
#include
<matio.h>
void
Mat_VarPrint(const matvar_t
*matvar, int printdata);
The
Mat_VarPrint()
function prints the information of a MAT variable
matvar to stdout. If printdata
is set to non-zero the data of the variable also is printed.