1MAT_VARGETSIZE(3) BSD Library Functions Manual MAT_VARGETSIZE(3)
2
NAME
4Mat_VarGetSize — Calculates the size of a MAT variable in bytes.
5
SYNOPSIS
7#include <matio.h>
89
size_t
10Mat_VarGetSize(matvar_t *matvar);
11
DESCRIPTION
13The Mat_VarGetSize() function calculates the size of a MAT variable
14matvar in bytes similar to the MATLAB whos command.
15
RETURN VALUES
17The function returns the number of bytes.
1819
BSD October 20, 2017 BSD