Mat_VarDelete — Deletes a MAT variable from a file.
Contents
Description
The Mat_VarDelete() function deletes the MAT variable name from the MAT file given by MAT file structure
matfp.
Name
Mat_VarDelete — Deletes a MAT variable from a file.
Return Values
The function returns 0 on success. Otherwise, an error value is returned.
Debian October 20, 2017 MAT_VARDELETE(3)
Synopsis
#include<matio.h>intMat_VarDelete(mat_t*matfp, constchar*name);
