RE: Re: Averaging
- To: mathgroup at smc.vnet.net
- Subject: [mg42028] RE: [mg41985] Re: Averaging
- From: "David Park" <djmp at earthlink.net>
- Date: Tue, 17 Jun 2003 05:42:51 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Charu, You didn't show us the InterpolatingFunction, but if you look at it you will see that the first argument gives the domain of the function. It is not -Infinity to Infinity! The Mathematica message was correct. You must have tried to plot outside the domain of the function definition. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: charu bhat [mailto:bhatya21 at hotmail.com] To: mathgroup at smc.vnet.net Jen, I am getting following message from mathematica after executing Plot[Evaluate[(ip1[x] + ip2[x] + ip3[x])/3], {x, 0, 320}] InterpolatingFunction::"dmval": "Input value \!\({0.0000175`}\) lies outside \ the range of data in the interpolating function. Extrapolation will be used." InterpolatingFunction::"dmval": "Input value \!\({0.0000175`}\) lies outside \ the range of data in the interpolating function. Extrapolation will be used." Plus I dont see any plot. The plot is empty. Thanks, Charu