|
[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: Sun, 9 Sep 2007 06:16:59 -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:
PlotLegend in Mathematica 6.0.1 doesn´t work
Next by Date:
How to draw closed curve with ListPolarPlot?
Previous by thread:
Re: Saving Interpolated Function
Next by thread:
Re: Saving Interpolated Function
|