Sponsor:

Your company here, and a link to your site. Click to find out more.

Mat_VarGetSize - Man Page

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.

Info

November 20, 2023