Re: Values from InterpolatingFunction
- To: mathgroup@smc.vnet.net
- Subject: [mg11868] Re: Values from InterpolatingFunction
- From: "Volker Doerr" <vd@cascade.de>
- Date: Fri, 3 Apr 1998 03:45:28 -0500
- Organization: Cascade Informationssysteme GmbH
- References: <6fskub$gsc@smc.vnet.net>
Volker Doerr <vd@cascade.de> schrieb im Beitrag <6fskub$gsc@smc.vnet.net>... > > Hello to all, > > I have the following > > InterpolatingFunction[{{0.,365.}},<>][t] > > produced by Function D from another InterpolatingFunction, and want > simply to get the approximate values at specific points. I cannot find > a direct solution, probably because the function has symbolic form. > > Anybody out there who can help me? > > Thanx a lot, > > V o l k e r > vd@cascade.de > Ok, thanks to all, the solution is (very simple): InterpolatingFunction[{{0.,365.}},<>][t] /. t->1.0 V o l k e r vd@cascade.de