MathGroup Archive 2011

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

Search the Archive

variable amount of Interpolation points

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123725] variable amount of Interpolation points
  • From: Konny <konstantinweixelbaum at googlemail.com>
  • Date: Fri, 16 Dec 2011 05:53:32 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Is there a way to iterate inside an interpolation??

I am thinking to make the amount of interpolation points variable.

I tried this, but had no luck

Interpolation[{For[i = 0, i < 4, i++, {i, 2 i}]}]

Thanks in advance for any help!



  • Prev by Date: Transparent ContourPlot
  • Next by Date: Re: reliably sort?
  • Previous by thread: Re: Transparent ContourPlot
  • Next by thread: Re: variable amount of Interpolation points