1MAT_VARDELETE(3)         BSD Library Functions Manual         MAT_VARDELETE(3)
2

NAME

4     Mat_VarDelete — Deletes a MAT variable from a file.
5

SYNOPSIS

7     #include <matio.h>
8
9     int
10     Mat_VarDelete(mat_t *matfp, const char *name);
11

DESCRIPTION

13     The Mat_VarDelete() function deletes the MAT variable name from the MAT
14     file given by MAT file structure matfp.
15

RETURN VALUES

17     The function returns 0 on success.  Otherwise, an error value is
18     returned.
19
20BSD                            October 20, 2017                            BSD
Impressum