Re: Interpolation
- To: mathgroup at smc.vnet.net
- Subject: [mg42638] Re: Interpolation
- From: "AngleWyrm" <no_spam_anglewyrm at hotmail.com>
- Date: Fri, 18 Jul 2003 05:25:46 -0400 (EDT)
- References: <betu9e$i0l$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"charu bhat" <bhatya21 at hotmail.com> wrote in message news:betu9e$i0l$1 at smc.vnet.net... > I have data in the form > [clip] > The points are basically xyz triplets. z value is the function value for > given value of x and y. I dont know what that function is but I want to plot > that function. I have data for x ranging from 0 to 10 and y ranging from 0 > to 6. I have not included all the data. I can give you all the data if you > want. This will at least give you a visual: pointList = { { 0.000000000000000E + 000, 0.000000000000000E + 000, 69884870000002 }, { 0.000000000000000E + 000, 0.100000000000000 , 69884870000002 }, { 0.000000000000000E + 000, 0.200000000000000 , 69884870000001 }, { 0.000000000000000E + 000, 0.300000000000000 , 69884869999995 }, { 0.000000000000000E + 000, 0.400000000000000 , 69884869999967 }, { 0.000000000000000E + 000, 0.500000000000000 , 69884869999832 }, { 0.000000000000000E + 000, 0.600000000000000 , 69884869999204 }}; ListPlot3D[pointList]