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: anonymous
Subject: [Octave-bug-tracker] [bug #35821] MATLAB-Function 'TriScatteredInterp' is not yet implemented.
Date: Tue, 13 Mar 2012 21:21:26 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11

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

You are right, Carlo,
'griddata' provides the functionallity of 'TriScatteredInterp'.
But as far as I can see, a simple wrapper is not enough to assure
compatibility to MATLAB.
That is because of the different usage of the commands:

Using Octave one would write:

z_new=griddata(x_old,y_old,z_old,x_new,y_new);

In MATLAB it is:

Interpolationobject=TriScatteredInterp(x_old,y_old,z_old);
z_new=Interpolationobject(x_new,y_new);

Thus, I think it is necessary, to split up the functionality of griddata.
Currently, I don't have the time to do this myself, sorry.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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