|
NAMEMat_VarGetSize —
Calculates the size of a MAT variable in bytes.
SYNOPSIS#include <matio.h>
size_t
DESCRIPTIONTheMat_VarGetSize () function calculates the size of a
MAT variable matvar in bytes similar to the MATLAB whos
command.
RETURN VALUESThe function returns the number of bytes.
Visit the GSP FreeBSD Man Page Interface. |