[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/general]

clear

(/tools/hpmatlab/toolbox/matlab/general/clear.m)


Help text

CLEAR	Clear various quantities from the workspace.
	CLEAR removes all variables from the workspace.
	CLEAR VARIABLES does the same thing.
	CLEAR X removes variable or function X from the workspace.
	CLEAR FUNCTIONS removes all compiled M-functions.
	CLEAR MEX removes all links to MEX-files.
	CLEAR ALL removes all variables, functions and MEX links.

	If X is global, CLEAR X removes X from the current workspace,
	but leaves it accessible to any functions declaring it global.
	CLEAR GLOBAL X completely removes the global variable X.
	CLEAR GLOBAL removes all global variables.

Cross-Reference Information

This is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON