1MAT_VARDELETE(3) BSD Library Functions Manual MAT_VARDELETE(3)
2
NAME
4Mat_VarDelete — Deletes a MAT variable from a file.
5
SYNOPSIS
7#include <matio.h>
89
int
10Mat_VarDelete(mat_t *matfp, const char *name);
11
DESCRIPTION
13The Mat_VarDelete() function deletes the MAT variable name from the MAT
14file given by MAT file structure matfp.
15
RETURN VALUES
17The function returns 0 on success. Otherwise, an error value is
18returned.
1920
BSD October 20, 2017 BSD