Re: Interpolating data
- To: mathgroup at smc.vnet.net
- Subject: [mg64111] Re: Interpolating data
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Thu, 2 Feb 2006 00:04:55 -0500 (EST)
- Organization: Uni Leipzig
- References: <drpvo2$ml4$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, because your data are not on a regular grid and you must use TrianglarSurfacePlot[] or the function form the ExtendGraphics` Package. Regards Jens "Noga" <nogarybko at yahoo.com> schrieb im Newsbeitrag news:drpvo2$ml4$1 at smc.vnet.net... | Hi, | I'm trying to use the function "Interpolate" on a data of the kind: | | aaa = {{0, | 3, -4.7202`}, {0, 7, 17.5902`}, {-20, 0, -0.418`}, {-10, 0, | 17.3249`}, {0, | 0, -9.9187`}, {5, | 0, -46.7828`}, {17.5`, 0, -51.2055`}, {-15, 5, -5.1367`}, { | 7.5`, 5, 17.2389`}, {-17.5`, 10, -4.0567`}, {-5, 10, 17.4435`}, | {0, 10, | 16.4173`}, {5, 10, 9.0035`}, {0, 12.5`, 9.4378`}, {0, 15, | 15.1786`}, {0, 17.5`, 15.3475`}, {0, -2, -54.6795`}, {20, 0, \ | 17.5902`}, {10, 0, 17.3249`}, {-5, 0, -9.9187`}}; | | I couldn't understant why it can't do it. | | Thanks for your Help | Noga |