Recently Posted




Notice: SSI.php was unable to load a session! This may cause problems with logout and other functions - please make sure SSI.php is included before *anything* else in all your scripts! in /home/tutorial/public_html/mathforum/SSI.php on line 155

clear

clear variables and functions from memory.
removes all variables from the workspace.
VARIABLES does the same thing.
GLOBAL removes all global variables.
FUNCTIONS removes all compiled M- and MEX-functions.

clear ALL removes all variables, globals, functions and MEX links.
ALL at the command prompt also removes the Java packages
import list. (more…)

Tags: , ,