MathGroup Archive 2006

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

Search the Archive

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


  • Prev by Date: Annoying Maximize behaviour
  • Next by Date: Re: Electrical Power Systems
  • Previous by thread: Re: Re: How to get range of InterpolatingFunction ?
  • Next by thread: Re: How to get range of InterpolatingFunction ?