Mat_VarPrint — Prints the information of a MAT variable to stdout.
Contents
Description
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.
Debian November 20, 2023 MAT_VARPRINT(3)
Name
Mat_VarPrint — Prints the information of a MAT variable to stdout.
Synopsis
#include<matio.h>voidMat_VarPrint(constmatvar_t*matvar, intprintdata);
