table of contents
other versions
- Tumbleweed 1.5.28-1.2
- Leap-16.0
- Leap-15.6
| MAT_VARGETSIZE(3) | Library Functions Manual | MAT_VARGETSIZE(3) |
NAME¶
Mat_VarGetSize —
Calculates the size of a MAT variable in bytes.
SYNOPSIS¶
#include
<matio.h>
size_t
Mat_VarGetSize(const 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.
| November 20, 2023 | Linux 6.4.0-150700.53.19-default |