Scroll to navigation

MAT_VARPRINT(3) Library Functions Manual MAT_VARPRINT(3)

NAME

Mat_VarPrintPrints the information of a MAT variable to stdout.

SYNOPSIS

#include <matio.h>

void
Mat_VarPrint(matvar_t *matvar, int printdata);

DESCRIPTION

The () 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.

October 20, 2017 Debian