| Author |
Comment/Response |
matt prior
|
09/24/07 10:44am
Hi there,
if you mean can you save the values of variables froma mathematica session and reload them at some later time , then the answer is yes.
Save["myfile",data];
or
Save["myfile",{data1,data2,data3,...}];
wile save the definitons associated with data to the file 'myfile'.
You can relaod them at any time later with ..
<<myfile
Cheers,
Matt
URL: , |
|