Delete array from MAT-file
#include "mat.h" int matDeleteVariable(MATFile *mfp, const char *name);
#include "mat.h" integer*4 matDeleteVariable(mfp, name) mwPointer mfp character*(*) name
mfp
Pointer to MAT-file information
name
Name of mxArray
to delete
0
if successful, and nonzero otherwise.
matDeleteVariable
deletes the named mxArray
from
the MAT-file pointed to by mfp
.