MMA automatically saves every result which then can be called via Out[] where the argument needs to be given as %n and %n corresponds to the output one wants to refer to. Now this automatic saving works even if you end your lines with a ; or //Quiet. However, if one wants to re-evaluate a cell many times with a memory hungry output, one runs into memory issues. How can one change this automatic behaviour of MMA and save results only in variables which one defines but NOT the output of a cell automatically in Out[].
Asked
Active
Viewed 80 times
3
NeverMind
- 1,201
- 7
- 9
$HistoryLength = 0? – kglr Dec 07 '18 at 15:18