| Author |
Comment/Response |
littledrifty
|
07/11/11 03:17am
How do I interpolate each list?... more specifically, I would like this below.
{{list1,list2,list3...},{lista,listb,listc...},{listx,listy,listz...}...}
I want to remove the first collum of three, then do interpolation on each list. then I want to show the list after the interpolation. I want to do this for each list that I have and of course keep them in their locations.
This is how I would do it if they were not in all those squiggly brackets. also, I need them to stay in their places, all the squigglies are necessary.
x=list[[All,{2,3}]]
c=Interpolation[x];
Thread[c[Range[a,b]]]
maybe I need a Map function within a Map function? is that possible?
gah, I need some help!
URL: , |
|