See other catalogues for
The MathWorks
You may also be interested in
Text version of the page
| | | | | | | | | | | | | | | | | | | |
| | | |
| | | matDeleteVariable (C and Fortran) | | |
| | | |
| | | Purpose CSyntax Fortran Syntax Arguments | | |
| | | Delete named mxArray from MAT-file #include "mat.h" int matDeleteVariable(MATFile *mfp, const char *name); integer*4 matDeleteVariable(mfp, name) mwPointer mfp character*(*) name | | |
| | | |
| | | mfp | | |
| | | |
| | | |
| | | PointertoMAT-fileinformation | | |
| | | |
| | | name Name ofmxArray to delete 0 if successful, and nonzero otherwise. matDeleteVariable deletes the named mxArray from the MAT-file pointed to by mfp. See matcreat.c and matdgns.c in the eng_mat subdirectory of the examples directory for sample programs that illustrate how to use the MATLAB® MAT-file routines in a C program. | | |
| | | Returns Description C Examples | | |
| | | |
| | | |
| | | 2-21 | | |
| | | |
| | | | | | | | | | | | | | | | | | | |