| Author |
Comment/Response |
Jean Bon
|
12/25/08 10:09am
hello
I have little manipulations to make on an excel file that i imported on mathematica.
"b = Flatten[
Import["C:\Users\Bichette\Desktop\JG\Projet3A\mathematica.xls", \
{"Data", 1}], 1]
b[[10]]
c = Interpolation[b, InterpolationOrder -> 18] // Simplify
Plot[c[x], {x, 1, 1200}, PlotRange -> All]"
I just want to know how to get a polynomial expression of the interpolation i get from
"c = Interpolation[b, InterpolationOrder -> 18] // Simplify"
URL: , |
|