save all variables except what the user specifies

Version 1.1.0.0 (2.02 KB) by ioxv.4623
Save all workspace variables to harddisk except what the user specifies.
1.4K Downloads
Updated 13 May 2009

View License

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.

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2006a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Workspace Variables and MAT-Files in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Implemented changes suggested by Darren Rowland (05 May 2009)

1.0.0.0