|
[Date Index]
[Thread Index]
[Author Index]
Re: Saving Interpolated Function
- To: mathgroup at smc.vnet.net
- Subject: [mg81052] Re: Saving Interpolated Function
- From: roby.nowak at gmail.com
- Date: Sat, 8 Sep 2007 04:24:20 -0400 (EDT)
- References: <fbqpja$696$1@smc.vnet.net>
f = Interpolation[{1, 2, 3, 4}];
Save["test", f]
Get["test"]
regards robert
Prev by Date:
Re: private routines in mathematica 6 packages?
Next by Date:
Re: Saving Interpolated Function
Previous by thread:
Re: Saving Interpolated Function
Next by thread:
Re: Saving Interpolated Function
|