Message Boards Message Boards

GROUPS:

Eliminating new variables

Posted 9 years ago
5525 Views
|
2 Replies
|
0 Total Likes
|

Hi. How do I delete the new variables that are recorded in the list of variables of the kernel? Thanks.

2 Replies

try ClearAll[x,y,z] to clear x,y,z or Clear["Global``*"] to clear all variables in global context. type ?Clear for more information

POSTED BY: Nasser M. Abbasi

Obrigado. Funciona para os novos Notebook!

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract