Mat_VarPrint - Man Page

Prints the information of a MAT variable to stdout.

Synopsis

#include <matio.h>

void
Mat_VarPrint(matvar_t *matvar, int printdata);

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.

Referenced By

Mat_Rewind(3), Mat_VarRead(3), Mat_VarReadInfo(3), Mat_VarReadNext(3).

October 20, 2017