You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 (2026). 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 .
General Information
- Version 1.1.0.0 (2.02 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
