MathGroup Archive 1997

[Date Index] [Thread Index] [Author Index]

Search the Archive

2d-interpolation on non-equidistant data grid ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg7756] 2d-interpolation on non-equidistant data grid ?
  • From: Ralph Kimmlingen <rkim at wpax13.physik.uni-wuerzburg.de>
  • Date: Mon, 7 Jul 1997 04:41:27 -0400
  • Organization: University of Wuerzburg, Germany
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

does anyone know of a piece of code which allows for 2d-interpolation on
a non-equidistant data grid (or an arbitrary array of vectors) ?

(e.g.: numericalData = { {0, 0, 100}, {2, 0, 101}, {2.5, 0, 105}, 
                         {1, 1, 120}, {2, 2, 110}              }    )
                          |  |  |
                          x  y  f(x,y)

( Interpolation[] doesn't like this )

 
Thanks,

Ralph Kimmlingen



  • Prev by Date: Precision in own functions
  • Next by Date: Mathematica for a DEC-alpha System under Linux
  • Previous by thread: Re: Precision in own functions
  • Next by thread: Re: 2d-interpolation on non-equidistant data grid ?