[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Interpolation on scattered data
From: |
Nicholas Jankowski |
Subject: |
Re: Interpolation on scattered data |
Date: |
Mon, 23 Mar 2020 11:03:31 -0400 |
On Mon, Mar 23, 2020 at 10:45 AM Nicklas Karlsson
<address@hidden> wrote:
>
> As there are several values for each point I where able to get a good
> triangulation of area by supplying other values for the same indexes. Maybe
> this is a good time implementing the missing function, it should not be to
> hard for linear interpolation.
If you are referring to the ScatteredInterpolant function, I'm not
sure if Octave can yet support the classdef features required to make
it fully compatible. Someone did create a temporary 'wrapper' that
never got evaluated/implemented here:
https://savannah.gnu.org/bugs/?35821
It would take some work to make sure it still applies to the current
codebase and actually works.
Regarding griddata, the linear interpolation based on delaunay
triangulation already exists. it's the 'cubic' and 'natural' methods
still missing.
- Interpolation on scattered data, Nicklas Karlsson, 2020/03/12
- Re: Interpolation on scattered data, Nicholas Jankowski, 2020/03/13
- Re: Interpolation on scattered data, Augustin Lefèvre, 2020/03/16
- Re: Interpolation on scattered data, Nicklas Karlsson, 2020/03/23
- Re: Interpolation on scattered data, Nicholas Jankowski, 2020/03/23
- Re: Interpolation on scattered data, Francesco Potortì, 2020/03/23
- Re: Interpolation on scattered data, Nicklas Karlsson, 2020/03/23
- Re: Interpolation on scattered data,
Nicholas Jankowski <=
- Message not available
- Re: Interpolation on scattered data, Nicholas Jankowski, 2020/03/23
- Re: Interpolation on scattered data, c., 2020/03/23
- Re: Interpolation on scattered data, Nicholas Jankowski, 2020/03/23
- Fwd: Interpolation on scattered data, Nicklas Karlsson, 2020/03/24
- Re: Interpolation on scattered data, Francesco Potortì, 2020/03/24
- Re: Interpolation on scattered data, Julien Bect, 2020/03/23