|
[Date Index]
[Thread Index]
[Author Index]
Re: using the output from a notebook in another notebook
- To: mathgroup at smc.vnet.net
- Subject: [mg93288] Re: using the output from a notebook in another notebook
- From: Bill Rowe <readnews at sbcglobal.net>
- Date: Sun, 2 Nov 2008 01:58:40 -0500 (EST)
On 11/1/08 at 5:10 AM, temelt at xs4all.nl (Tugrul Temel) wrote:
>I have written an extensive Mathematica code that uses up all the
>available memory of my computer if I keep all the outputs in the
>memory. Since I only need a small portion of the output for further
>calculations, I want to keep that part of the output in my computer
>so that I can repeatedly use it in other Mathematica codes.
>Is there a neat way of saving part of the outputs in my computer for
>further use in other codes?
Possibly. Look at using DumpSave. This command can be used to
write context or selected symbols to a hard drive. Later, the
symbol or context can be restored using Get.
Prev by Date:
Re: How to reverse Enter and Shift-Enter
Next by Date:
RE: using the output from a notebook in another notebook
Previous by thread:
RE: using the output from a notebook in another notebook
Next by thread:
Re: using the output from a notebook in another notebook
|