Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: does anyone know a "faster" interp1?
Date: Wed, 2 Jul 2008 20:23:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 11
Message-ID: <g4go36$n1h$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1215030182 23601 172.30.248.38 (2 Jul 2008 20:23:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 2 Jul 2008 20:23:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1058586
Xref: news.mathworks.com comp.soft-sys.matlab:477223



Hi everyone,

I have a code in which I heavily use interp1 (with the pchip
option, btw). Does anyone know of a faster interp1? In the
File Exchange, I only found codes for linear or nearest
neighbor interpolation...

Thanks!!

PS: I really need to interpolate several times. So, I cannot
use pchip to get the polynomial and just evaluate it later on.