Re: [Scilab-users] 4D gridding and interpolation of scattered data points

2013-06-04 Thread Ariel
idw4D.sce > This topic has been dealt on > http://mailinglists.scilab.org/quot-griddata-quot-functuion-tt2618079.html#a2618094 HTH Samuel ___ Hi Samuel, In this old topic you conclude that ther

Re: [Scilab-users] 4D gridding and interpolation of scattered data points

2013-06-03 Thread Samuel Gougeon
Hello, Le 03/06/2013 12:58, Ariel a écrit : I have a 4D dataset consisting of an irregular grid of X, Y, Z coordinates, and value V at each position. What interpolation scheme could I use to map V onto a regular grid (evenly spaced X, Y and Z)? This topic has been dealt on http://mailinglists.s

Re: [Scilab-users] 4D gridding and interpolation of scattered data points

2013-06-03 Thread shorne
n is continuous and spans your space. It's much harder when your basis functions are piecewise. Ariel Sent by: users-boun...@lists.scilab.org 06/03/2013 10:22 AM Please respond to "International users mailing list for Scilab." To users@lists.scilab.org cc Subject Re:

Re: [Scilab-users] 4D gridding and interpolation of scattered data points

2013-06-03 Thread Stéphane Mottelet
Hello, try splin3d or linear_interpn. S. Le 03/06/13 16:21, Ariel a écrit : > Do you mean that he V values you have are not placed on a 3d grid, > but on randomly scattered (x, y, z) points? Exactly.I have randomly scattered (x,y,z) points with corresponding value V and I want to map those

Re: [Scilab-users] 4D gridding and interpolation of scattered data points

2013-06-03 Thread Ariel
> Do you mean that he V values you have are not placed on a 3d grid, > but on randomly scattered (x, y, z) points? Exactly. I have randomly scattered (x,y,z) points with corresponding value V and I want to map those points onto a regular grid with the interpolated (or averaged) value V. Kind re

Re: [Scilab-users] 4D gridding and interpolation of scattered data points

2013-06-03 Thread Dang, Christophe
Hello, De la part de Ariel Envoyé : lundi 3 juin 2013 15:26 > I believe it will only work for V=f(X,Y,Z) > and not for random values of V > (i.e. without a pre-defined function of the X, Y and Z coordinates). I'm afraid I don't get your point. Do you mean that he V values you have are not place

Re: [Scilab-users] 4D gridding and interpolation of scattered data points

2013-06-03 Thread Ariel
Dear Christophe, Thank you very much for your suggestion. I already had a look at the splin3d functionality, but I believe it will only work for V=f(X,Y,Z) and not for random values of V (i.e. without a pre-defined function of the X, Y and Z coordinates). Kind regards Ariël de Graaf *

Re: [Scilab-users] 4D gridding and interpolation of scattered data points

2013-06-03 Thread Dang, Christophe
Hello, De la part de Ariel Envoyé : lundi 3 juin 2013 12:58 > I have a 4D dataset consisting of an irregular grid of X, Y, Z > coordinates, and value V at each position. What interpolation scheme > could I use to map V onto a regular grid (evenly spaced X, Y and Z)? I guess that splin3d might b

[Scilab-users] 4D gridding and interpolation of scattered data points

2013-06-03 Thread Ariel
I have a 4D dataset consisting of an irregular grid of X, Y, Z coordinates, and value V at each position. What interpolation scheme could I use to map V onto a regular grid (evenly spaced X, Y and Z)? -- View this message in context: http://mailinglists.scilab.org/4D-gridding-and-interpolation