|
NAMEMat_VarFree —
Frees a MAT variable structure.
SYNOPSIS#include <matio.h>
void
DESCRIPTIONTheMat_VarFree () function free's the memory used by a
MAT variable structure. If the variable was not created with the
MAT_F_DONT_COPY_DATA flag, the variable data is also
free'd.
SEE ALSOMat_VarCreate(3), Mat_VarCreateStruct(3)
Visit the GSP FreeBSD Man Page Interface. |