octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #61961] Griddata cannot produce mesh on vertic


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #61961] Griddata cannot produce mesh on vertical vertices
Date: Sun, 30 Jan 2022 14:55:13 -0500 (EST)

Follow-up Comment #7, bug #61961 (project octave):

>From the discussion so far, the following approaches might be more useful than
griddata for this specific application:

* convhulln (will only use outermost vertices, discarding interior ones in
case of duplicated coordinates) 

* kriging toolbox (pkg load stk), useful to handle data with missing or
duplicate points or inconsistent repetitions.

* manually fitting a surface, such as a plane or polynomial z = f(x,y) and
plotting that.

Do these options offer any help? 



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61961>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]