No BSD License
Highlights from
KEEP3
KEEP3
by Martin Barugel
15 Dec 2003
(Updated 12 Jan 2004)
Keeps the specified variables and clears the rest. Allows the use of the wildcard *...
|
Watch this File
|
| File Information |
| Description |
This is another modified version of the original KEEP M-file by Xiaoning (David) Yang (1998). It allows the user to specify some variables and clear the rest, and uses the same syntax as the clear command. The main contribution of this code is that it allows the use of the wildcard * in exactly the same fashion as the clear command.
keep3 var1 var2
Clears all variables expect var1 and var2
keep3 va*2
Clears all variables expect those whose names begin with 'va' and end with '2'.
Requires Matlab 6.5 (R13) because it makes use of the regexp command. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
keep
This submission has inspired the following:
Keep4
|
| MATLAB release |
MATLAB 6.5 (R13)
|
| Other requirements |
Matlab 6.5 (uses regexp) |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (4) |
| 05 Jun 2004 |
J Fav
|
|
|
| 11 Aug 2005 |
yangcan gong
|
|
|
| 31 Dec 2007 |
Carsten S
|
|
|
| 28 Mar 2008 |
Mark Thommy
|
|
|
| Updates |
| 12 Jan 2004 |
Fixed a bug that caused KEEP3 to clear all variables when there where no variables to clear. It now works just fine. |
|
Contact us at files@mathworks.com