DaniSb170 / nctoolbox

Automatically exported from code.google.com/p/nctoolbox
0 stars 0 forks source link

Vsliceg broken in Matlab 2012a #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
>> [x,y,vdata] = vsliceg(t,g,cx,cy);
      griddata_lite is triangulating data ...
Error using tsearch (line 17)
TSEARCH has been removed. Use DelaunayTri/pointLocation instead.

Error in griddata_lite (line 80)
      t = tsearch(x,y,tri,xi,yi);

Error in vsliceg (line 93)
vdata(1,:) = griddata_lite ( njGrid.lon, njGrid.lat, squeeze(njData(1,:,:)),
slice_x, slice_y );

Original issue reported on code.google.com by rsignell on 22 May 2012 at 11:44

GoogleCodeExporter commented 8 years ago
Rich fixed with 91add381acc2

Original comment by crosb...@gmail.com on 21 Jun 2012 at 3:24