In Matlab there is the function clear to delete all current variables. This is very useful if you start something totally new and don't want to get conflicts with earlier calculations. I'm searching something similiar for Mathematica now, but I couldn't find anything except of Clear[VAR] which removes only the variable VAR.
|
I recommend one of two methods: 1. Keyboard shortcut to Quit[] the kernelThere is a system file 2. Give the new Notebook a unique contextIn Mathematica, the current |
|||||||||||||||
|
|
You can use
If you're working inside a different context (e.g., notebook specific context or cell group specific context), you can do
If you want to remove all symbols from the kernel so that Mathematica doesn't recognize them anymore, you can use Barring these, you can always quit the kernel with |
||||
|
|
|
I just realized that you might not know that unlike MATLAB, Mathematica is designed to run as two separate processes: the Front End is the user interface, and lets you work with notebooks. The Kernel does the computations. You can quit the kernel without affecting the front end, or even start more than one kernel for different notebooks, or start a kernel on a remote computer and use it with a local front end. I believe that the only reliable way to clean everything is to For a "soft" reset, @yoda already mentioned In short, I haven't used this package in years (except for the |
|||||
|
