Site hosted by Angelfire.com: Build your free website today!

keep

PURPOSE ^

keep keeps the CALLER's workspace variables of your choice and clear the rest.

SYNOPSIS ^

function keep(varargin);

DESCRIPTION ^

 keep keeps the CALLER's workspace variables of your choice and clear the rest.
     CALL: keep var1 var2 var3 ...
 Examples:
 keep set1data set2data set3data
 keep *data, keep the variables ended with data
 keep v*2, keep the variables start with v but end with 2
 Extracted from keep3
 Rezaul, 2004

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^


Generated on Sat 12-Mar-2005 01:01:49 by Rezaul Karim © 2004