RMVAR: MEX function to delete variables in a MAT file

This function deletes variables from a MAT file without loading the data onto Matlab.
32 descargas
Actualizado 16 mar 2017

Ver licencia

rmvar(MATFILE,VARNAME1,VARNAME2,...) deletes the listed variables (VARNAME1, VARNAME2, etc.) from the MAT-file specified by the string MATFILE.

rmvar(MATFILE,{VARNAME1,VARNAME2,...}) is an alternate way to call, specifying the variable names in a cell array.

The function is implementd as a MEX function and the accompanied C++ source file must be compiled first by

mex rmvar.cpp

See mex documentation on how to configure the MEX compiler function.

Citar como

Kesh Ikuma (2024). RMVAR: MEX function to delete variables in a MAT file (https://www.mathworks.com/matlabcentral/fileexchange/62101-rmvar-mex-function-to-delete-variables-in-a-mat-file), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2015b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Workspace Variables and MAT-Files en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0