Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2590

Re: fitting points

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail
From Hans-Bernhard Bröker <HBBroeker@t-online.de>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: fitting points
Date Mon, 22 Sep 2014 20:07:20 +0200
Lines 16
Message-ID <c8b6poFjtjfU1@mid.dfncis.de> (permalink)
References <eb1da355-00d0-4738-b595-8cbac13d9cd5@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 7bit
X-Trace news.dfncis.de knNYWGMrt6np01Cws0FNlAEDIR3Pvqk1VQafaPpE4NOQbuAxEXLENu6ySk
Cancel-Lock sha1:TlMDSJrqFcy1rfjuDuGixzlnZ70=
User-Agent Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.1.1
In-Reply-To <eb1da355-00d0-4738-b595-8cbac13d9cd5@googlegroups.com>
Xref csiph.com comp.graphics.apps.gnuplot:2590

Show key headers only | View raw


Am 22.09.2014 um 07:24 schrieb mrossgatt@gmail.com:
> Given data points in 2D, I want to generate a curve which
> interpolates these points. The points should generate a closed curve,
> i.e. for one x-value I have 2 y-coordinates.

First, I'm afraid we have to clarify some terminology.  You mix up 
"fitting" with "interpolation".  Those are two different things.

I don't think gnuplot has any interpolator that will generate a closed 
curve.  You'll have to look elsewhere, or roll your own.

If at all, you might succeed by using 'table' output mode to calculate 
and save individually interpolated curves per input column, then join 
those back together externally, and plot the result.  Even this will 
still not have a truly cyclic set of boundary conditions (i.e. the curve 
won't close nicely).

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

fitting points mrossgatt@gmail.com - 2014-09-21 22:24 -0700
  Re: fitting points Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2014-09-22 20:07 +0200

csiph-web