RMVAR Remove variables from MAT-File

버전 1.0.0.0 (1.47 KB) 작성자: Frederic Moisy
RMVAR is a simple program that removes specified variable(s) from a MAT-File
다운로드 수: 13.1K
업데이트 날짜: 2008/3/31

라이선스 보기

RMVAR FILENAME VAR1 VAR2... removes the variables VAR1, VAR2... from the Mat-File FILENAME. If FILENAME has no extension RMVAR looks for FILENAME.mat

RMVAR('Filename','VAR1','VAR2' ...) does the same.

Example:
% Creates a file 'myfile.mat' containing 2 variables:
a='hello';
b=magic(3);
save myfile.mat a b
% Removes the variable 'a' and opens the result
clear
rmvar myfile a
load myfile
whos

인용 양식

Frederic Moisy (2024). RMVAR Remove variables from MAT-File (https://www.mathworks.com/matlabcentral/fileexchange/19384-rmvar-remove-variables-from-mat-file), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
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