Re: Importing Mathematica objects
- To: mathgroup at smc.vnet.net
- Subject: [mg91281] Re: Importing Mathematica objects
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 13 Aug 2008 04:40:15 -0400 (EDT)
- References: <g7rilq$ibt$1@smc.vnet.net>
Hi, you can only Get[] what you have Put[] before. Import[] must be nonsense because Mathematica don't need to "import" its own expressions. Regards Jens Joerg Schaber wrote: > Hi, > > I saved a Mathematica expression (InterpolatingFunction object) in a file: > Save["file",expression]; > > However, when I want to load the expression again, it doesnt't work. I > do not even get an error. I tried > Get["file"] > Import["file"] > > The file is rather large (180 MB). Might that be a problem. > > Any idea? > > Thanks, > > joerg >