1MAT_VARGETSIZE(3)        BSD Library Functions Manual        MAT_VARGETSIZE(3)
2

NAME

4     Mat_VarGetSize — Calculates the size of a MAT variable in bytes.
5

SYNOPSIS

7     #include <matio.h>
8
9     size_t
10     Mat_VarGetSize(matvar_t *matvar);
11

DESCRIPTION

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

RETURN VALUES

17     The function returns the number of bytes.
18
19BSD                            October 20, 2017                            BSD
Impressum