help-octave
[Top][All Lists]
Advanced

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

Help with griddata3


From: António Santos
Subject: Help with griddata3
Date: Wed, 12 Mar 2008 12:01:34 +0000
User-agent: Internet Messaging Program (IMP) H3 (4.1.1)

Hi,

I have a Fedora Core 6 system with Octave 2.9.9-1 and Octave-forge 2006.07.09-7 installed. I need to use the griddata3 function, which seems to not be present in these packages. I tried to download de griddata3.m from other distributions but I'm having no success with using this function.
griddata3 calls griddata like the following:
vi = griddata([x(:),y(:),z(:)],v(:),[xi(:),yi(:),zi(:)],varargin{:});
However, griddata does not accept all these parameters...
I also downloaded the source code from Octave 3.0.0 and, althought I didn't test it, it seems that the problem still persists.
Any clue on how to use griddata3?

Thanks,

António Santos





reply via email to

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