Code covered by the BSD License  

Highlights from
Keep4

4.66667

4.7 | 3 ratings Rate this file 5 Downloads (last 30 days) File Size: 2.33 KB File ID: #7129

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

very nice job!!

08 Jun 2006 David the Dude

Useful function but there is a bug:

The function returns an error if only one workspace variable exists. To reproduce. Clear workspace initialize 1 variable X and run keep(X)

29 Aug 2006 Mirko Hrovat

Thanks to David for pointing out the bug when there are no variables to delete. This generated an unnecessary error message. Comments were also improved to delineate the examples more clearly.

05 May 2009 Martin  
Please login to add a comment or rating.
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.

Tag Activity for this File
Tag Applied By Date/Time
keep Mirko Hrovat 22 Oct 2008 07:43:15
clear Mirko Hrovat 22 Oct 2008 07:43:15
variable Mirko Hrovat 22 Oct 2008 07:43:15
wildcard Mirko Hrovat 22 Oct 2008 07:43:15
global Mirko Hrovat 22 Oct 2008 07:43:15

Contact us at files@mathworks.com