Vq = geointerp(V,R,latq,lonq) interpolates
the geographically referenced raster V, using
bilinear interpolation. The function returns a value in Vq for
each of the query points in arrays latq and lonq. R is
a geographic raster reference object that specifies the location and
extent of data in V.
To convert a referencing matrix to a geographic raster reference object,
use refmatToGeoRasterReference.To
convert a referencing vector to a geographic raster reference object, use
refvecToGeoRasterReference.
latq — Latitude of query point coordinates numeric array
Latitude of query point coordinates, specified as a numeric
array.
Data Types: single | double
lonq — Longitude of query point coordinates, numeric array
Longitude of query point coordinates, specified as a numeric
array.