Tagged Questions
0
votes
1answer
133 views
Can an Interpolation function be 'saved'? [duplicate]
Possible Duplicate:
Save interpolated function
I am importing tables with sizes of 100k - 500k rows and 4 columns. The larger the table, the slower my Mathematica runs for all computations ...
1
vote
1answer
196 views
Interpolate specific columns of data
I have a txt file with 3 columns of data:
x y1 y2
How do I import the file then create 2 functions, one interpolated with {x,y1} values and the other interpolated with {x,y2} values?
This ...