| MATLAB Application Program Interface Reference | Help Desk |
matDeleteArray
Delete named mxArray from MAT-file
#include "mat.h" int matDeleteArray(MATFile *mfp, const char *name);
mfpPointer to MAT-file information.
name
matDeleteArray deletes the named mxArray from the MAT-file pointed to by mfp. matDeleteArray returns 0 if successful, nonzero otherwise.
See matdemo.c in the eng_mat subdirectory of the examples directory for a sample program that illustrates how to use the MATLAB MAT-file routines in a C program.