save all variables except what the user specifies

Version 1.1.0.0 (2,02 ko) par ioxv.4623
Save all workspace variables to harddisk except what the user specifies.
1,4K téléchargements
Mise à jour 13 mai 2009

Afficher la licence

This function tries to do the opposite of what MATLAB's built-in SAVE function does: with SAVE, variables are written to a binary file if they are included in the input arguments. SAVEX, on the other hand saves all variables by default, except those which are specified by the user. This can be achieved through including either the name of the variable as an input argument to SAVEX, or by using one or more regular expressions as input argument.

see:
>> help savex
for three simple examples.

Citation pour cette source

ioxv.4623 (2024). save all variables except what the user specifies (https://www.mathworks.com/matlabcentral/fileexchange/23939-save-all-variables-except-what-the-user-specifies), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2006a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Workspace Variables and MAT-Files dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0.0

Implemented changes suggested by Darren Rowland (05 May 2009)

1.0.0.0