Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
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.
Citation pour cette source
Raymond Norris (2026). delvarmat (https://fr.mathworks.com/matlabcentral/fileexchange/162-delvarmat), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.1.0.0 (2,92 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.1.0.0 | Minor update. |
||
| 1.0.0.0 |
