delvarmat

버전 1.1.0.0 (2.92 KB) 작성자: Raymond Norris
Removes a variable from a MAT-file
다운로드 수: 1.5K
업데이트 날짜: 2011/12/12

라이선스 보기

delvarmat Delete variable(s) from MAT-file
STATUS = delvarmat(FILENAME,VARIABLE1,...) deletes the
variable(s) from the MAT-file.

STATUS = delvarmat(VARIABLE1,...) deletes the variable(s) from
'matlab.mat'

delvarmat returns 1(failure) if either the MAT-file doesn't exist in
the current directory or if anyone of the listed variables don't
exist in the MAT-file. delvarmat returns 0(success) otherwise.

Note: If delvarmat can not find a particular variable in a MAT-file,
even though it will return an error status, any variables already
deleted will stay removed from the MAT-file.

Because the File Exchange doesn't allow for MEX-files, the C-code is included here to compile the code

>> mcc delvarmat.c

Supplied with an accompanying M-file for the HELP entry.

인용 양식

Raymond Norris (2024). delvarmat (https://www.mathworks.com/matlabcentral/fileexchange/162-delvarmat), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R13
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Variables에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Minor update.

1.0.0.0