Mat_VarGetSize - Man Page

Calculates the size of a MAT variable in bytes.

Synopsis

#include <matio.h>

size_t
Mat_VarGetSize(matvar_t *matvar);

Description

The Mat_VarGetSize() function calculates the size of a MAT variable matvar in bytes similar to the MATLAB whos command.

Return Values

The function returns the number of bytes.

Info

October 20, 2017