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

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

[Octave-bug-tracker] [bug #35821] MATLAB-Function 'TriScatteredInterp' i


From: Ben Kurtz
Subject: [Octave-bug-tracker] [bug #35821] MATLAB-Function 'TriScatteredInterp' is not yet implemented.
Date: Mon, 16 Dec 2013 08:50:41 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.71 (KHTML, like Gecko) Version/6.1 Safari/537.71

Follow-up Comment #5, bug #35821 (project octave):

Hacked together a quick wrapper for this today.  I actually implemented it
under the class name scatteredInterpolant (which is what the mathworks seems
to want to call it these days), but the important parts of the interface are
essentially identical for TriScatteredInterp, so I threw in a wrapper for that
that just creates a scatteredInterpolant object.

FTR, I used the old class mechanism, because the new classdef setup doesn't
allow me to override the subsref method (yet?), which is required to replicate
the functionality.  It doesn't really matter though, since
scatteredInterpolant in matlab implements 'value' copy semantics.

Also, whoever takes care of this may want to clean up my patch since I'm still
getting used to the octave coding style.

(file #29932)
    _______________________________________________________

Additional Item Attachment:

File name: scatteredInterp.patch          Size:5 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35821>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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