1MAT_VARPRINT(3) BSD Library Functions Manual MAT_VARPRINT(3)
2
NAME
4Mat_VarPrint — Prints the information of a MAT variable to stdout.
5
SYNOPSIS
7#include <matio.h>
89
void
10Mat_VarPrint(matvar_t *matvar, int printdata);
11
DESCRIPTION
13The Mat_VarPrint() function prints the information of a MAT variable
14matvar to stdout. If printdata is set to non-zero the data of the vari‐
15able also is printed.
1617
BSD October 20, 2017 BSD