3D interpolating
- To: mathgroup at smc.vnet.net
- Subject: [mg109095] 3D interpolating
- From: michuco <ibmichuco at hotmail.com>
- Date: Mon, 12 Apr 2010 23:01:00 -0400 (EDT)
Hi all, I am trying to fit a series of 3D points, say data = {{{0, 0}, 0}, {{1, 1}, 1}, {{2, 2}, 2}}; with f = Interpolation[data] which gives me the error Interpolation::indim: The coordinates do not lie on a structured \ tensor product grid. I think that I got the data format wrong, but I can't tell from the Help library of Mathematica 6. Ideas? Thanks in advance, Michuco