logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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);

See Also