logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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