Mat_VarGetSize — Calculates the size of a MAT variable in bytes.
Contents
Description
The Mat_VarGetSize() function calculates the size of a MAT variable matvar in bytes similar to the MATLAB
whos command.
Name
Mat_VarGetSize — Calculates the size of a MAT variable in bytes.
Return Values
The function returns the number of bytes.
Debian November 20, 2023 MAT_VARGETSIZE(3)
Synopsis
#include<matio.h>size_tMat_VarGetSize(constmatvar_t*matvar);
