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: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #35821] MATLAB-Function 'TriScatteredInterp' is not yet implemented.
Date: Tue, 13 Mar 2012 21:57:42 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

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

Jordi, 

I don't think this requires classdef, 
it should be possible to do it with the 
"old style" classes whiche are currently in Octave ...
Is there any reason why you think this is not possible?

Cristian,
I should have a slightly modified version of griddata
that does something very similar to what you want, i.e.:

[z_1, Interpolationobject] ...
   = griddata(x_old, y_old, z_old, x_1, y_1); 

z_2 ...
   = griddata(x_old, y_old, z_old, x_2, y_2, ...
              Interpolationobject); 

If you're interested I can look it up and post it somewhere,
e.g. on Agora.

c.

    _______________________________________________________

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]