Re: Error in Interpolation of multi-d datas
- To: mathgroup at smc.vnet.net
- Subject: [mg86458] Re: Error in Interpolation of multi-d datas
- From: guerom00 <guerom00 at gmail.com>
- Date: Tue, 11 Mar 2008 05:34:20 -0500 (EST)
- References: <fqo8n1$su7$1@smc.vnet.net> <fqqrka$k4e$1@smc.vnet.net>
So, I had a look at this Imtek add-on and it seems great. Also, For some reason, I still cannot have an Interpolation[]... I have my datas (that's a surface i.e. {{x1,y1,f1},{x2,y2,f2}... {xn,yn,fn}}) and true, my grid in {x,y} has holes in it. Okay, we kew that. I create myself a grid with no holes like this : Flatten[Table[{i, j}, {i, 5, 6.95, 0.05}, {j, 4.15, 5.95, 0.05}], 1] and using the Imtek stuffs, I am able to interpolate nicely my surface on this new grid. But Interpolation[] gives me the same error... Am I missing something ? This grid I have defined above is a tensor product grid, right ? Thanks in advance for any answers.