RMVAR: MEX function to delete variables in a MAT file

版本 1.0.0.0 (1.5 KB) 作者: Kesh Ikuma
This function deletes variables from a MAT file without loading the data onto Matlab.
32.0 次下载
更新时间 2017/3/16

查看许可证

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.

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Workspace Variables and MAT-Files 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0