[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 13:09:30 -0400 |
It's not possible to send your own triangulation to griddata(...) and
I need to do because griddata(...) function does not work, it actually
crash Octave. Data come from measurement on many different point in
system and hopefully same triangulation work for interpolation for all
values.
>
> Think the best option is to modify griddata(...) function to my need. It only
> took a minute or so to find the griddata function on filesystem, it is a
> rather short function. Need to supply my own triangulation and it is also
> useful to show triangulation used so to check it is reasonable.
>
> Only drawback modifying griddata(...) function is I have to make it available
> to others to fulfill license requirements. ;)
>
(FYI please keep the mailing list in the conversation, and it is the
convention of this mailing list is to bottom post. see
http://www.idallen.com/topposting.html )
can you provide a sample of the data that is crashing Octave? I'd be
curious to see what the specific problem is.
Also, I'm no expert on licensing, but my understanding is you can make
and keep private any changes to the code you want unless you
distribute your modified program in some fashion, in which case you
need to make the source code available along with it.
That said, if it improves the function while maintaining compatibility
I'm sure we'd love to consider any improvement to the code.
- 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, 2020/03/23
- Message not available
- Re: Interpolation on scattered data,
Nicholas Jankowski <=
- 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