Re: How to get range of InterpolatingFunction ?
- To: mathgroup at smc.vnet.net
- Subject: [mg64031] Re: How to get range of InterpolatingFunction ?
- From: "ben" <benjamin.friedrich at gmail.com>
- Date: Sat, 28 Jan 2006 02:23:44 -0500 (EST)
- References: <drct9f$j1a$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Axel, Selecting parts by y[[1,1,2,1,1]] should get you on the right track. Sometimes an extra 1 is needed, just play a bit around with the numbers. Ben kowald at molgen.mpg.de schrieb: > Hello everybody, > > I wonder how I can find out the range for which an > InterpolatingFunction object is valid ? > If I have {{y -> InterpolatingFunction[{{0., 3.}}, <>]}} , how can I > extract the 0 and the 3 ?? > > Many thanks, > > Axel