Path: news.mathworks.com!not-for-mail
From: "John D'Errico" <woodchips@rochester.rr.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Help
Date: Mon, 9 Nov 2009 10:27:01 +0000 (UTC)
Organization: John D'Errico (1-3LEW5R)
Lines: 8
Message-ID: <hd8qpl$lip$1@fred.mathworks.com>
References: <134539439.38560.1257761104412.JavaMail.root@gallium.mathforum.org>
Reply-To: "John D'Errico" <woodchips@rochester.rr.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257762421 22105 172.30.248.35 (9 Nov 2009 10:27:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 9 Nov 2009 10:27:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 869215
Xref: news.mathworks.com comp.soft-sys.matlab:583504


nordmoon <arianadax@gmail.com> wrote in message <134539439.38560.1257761104412.JavaMail.root@gallium.mathforum.org>...
> I have a set of points (x,y), that form a Lorentzian - alike curve, how can I get the points between these points?

By using interpolation.

help interp1

John