[Numpy-discussion] Matlab's griddata3 for numpy?

Nadav Horesh nadavh at visionsense.com
Wed Dec 23 11:23:32 EST 2009


You probably have to use the generic interpolation function from scipy.interpolate module:
 scipy.interpolate.splprep,  scipy.interpolate.splev, etc.

It could be cumbersome but doable.

   Nadav


-----Original Message-----
From: numpy-discussion-bounces at scipy.org on behalf of reckoner
Sent: Wed 23-Dec-09 16:12
To: numpy-discussion at scipy.org
Subject: [Numpy-discussion] Matlab's griddata3 for numpy?
 
Hi,

I realize that there is a griddata for numpy via matplotlib, but is 
there a griddata3 (same has griddata, but for higher dimensions).

Any help appreciated.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 2717 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20091223/c83343d9/attachment.bin>


More information about the NumPy-Discussion mailing list