Keep4
by Mirko Hrovat
12 Mar 2005
(Updated 28 Aug 2006)
Keeps the listed variables in the calling workspace with a command format similar to "clear"
|
Watch this File
|
| File Information |
| Description |
This is another version of Keep, which allows a user to specify what variables are kept in the workspace of the calling routine. "Keep" compliments "Clear".
This version has been extended to match the command format of the "clear" command for clearing variables. Thus wildcards and regular expressions are allowed. The version also supports the "global" key word and Keep will not touch global variables unless the "global" key word is used.
Examples of supported formats:
keep var1 var2
keep var*
keep -regexp expr1
keep global
keep global var1
keep global -regexp expr1 |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
keep, keep2, KEEP3
|
| MATLAB release |
MATLAB 7.2 (R2006a)
|
| Other requirements |
None |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (4) |
| 01 Apr 2006 |
Bo Gao
|
|
|
| 08 Jun 2006 |
David the Dude
|
|
|
| 29 Aug 2006 |
Mirko Hrovat
|
|
|
| 05 May 2009 |
Martin
|
|
|
| Updates |
| 27 Jun 2006 |
Bug fix to avoid error message when argument list matches the entire workspace variable set. For this case there are no variables to be "cleared". |
| 28 Jun 2006 |
Another bug fix which fixes the same issue as the prior bug fix but with global variables. |
| 28 Aug 2006 |
Updated comments to improve code metrics. |
|
Contact us at files@mathworks.com