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