logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mat_VarDelete — Deletes a MAT variable from a file.

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);

See Also