fixed.interp2
Syntax
Description
returns interpolated values of a function of two variables at specific query points using
linear interpolation. The results always pass through the original sampling of the
function. Vq
= fixed.interp2(X,Y
,V
,Xq,Yq
)X
and Y
contain the coordinates of the
sample points. V
contains the corresponding function values at each
sample point. Xq
and Yq
contain the coordinates of
the query points.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2024a
See Also
fixed.interp1
| fixed.interp3
| fixed.interpn
| meshgrid
| interp2