save all variables except what the user specifies
by ioxv.4623
28 Apr 2009
(Updated 13 May 2009)
Save all workspace variables to harddisk except what the user specifies.
|
Watch this File
|
| File Information |
| Description |
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.
|
| MATLAB release |
MATLAB 7.2 (R2006a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 13 May 2009 |
Implemented changes suggested by Darren Rowland (05 May 2009) |
|
Contact us at files@mathworks.com