help-octave
[Top][All Lists]
Advanced

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

Gridding - Matlab to Octave


From: Lester Anderson
Subject: Gridding - Matlab to Octave
Date: Thu, 14 Sep 2017 10:58:51 +0100

Hello,

I have come across a bit of code I am trying to get to run in Octave,
but found the function TriScatteredInterp:
...
[ XI, YI ] = meshgrid( tx, ty );
F = TriScatteredInterp( topo( :, x_maxi ), topo( :, y_maxi ), topo( :,
z_maxi ), 'linear' );
inptopo = F( XI, YI );[ M, N ] = size( inptopo );
...

Is there an equivalent function in Octave? I am wondering if
griddata() is correct.

Cheers
Lester



reply via email to

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