MathGroup Archive 2007

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

Search the Archive

Transpose[ InterpolatingFunction, {n1, n2, ...} ] solved

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81198] Transpose[ InterpolatingFunction, {n1, n2, ...} ] solved
  • From: pdickof at scf.sk.ca
  • Date: Sat, 15 Sep 2007 04:12:54 -0400 (EDT)

I've been silly (again)!

The correct code is

axisPosit={3,2,1};
t2=Transpose[t,axisPosit]
g2=Part[g,Ordering[axisPosit]]
f2=ListInterpolation[t2,g2]



  • Prev by Date: problem with Dynamic?
  • Next by Date: Help: Font problem
  • Previous by thread: problem with Dynamic?
  • Next by thread: Help: Font problem