.. highlightlang:: us .. index:: interpol2 .. _interpol2: interpol2 ========= .. us.tag interpol2 NOTREADYENGLISH interpol-2d New5200 :ref:`interpol2` executes a 2-dimensional "matrix to matrix" interpolation. .. function:: rmZi = interpol2(rvX, rvY, rmZ, rvXi, rvYi) .. us.return **Return Value** *rmZi* is the interpolated matrix for the given coordinates *rvXi* and *rvYi*. .. us.params **Parameters** .. uparam:: rvX *rvX* is a vector with x-coordinates for the matrix *rmZ*. .. uparam:: rvY *rvY* is a vector with y-coordinates for the matrix *rmZ*. .. uparam:: rmZ *rmZ* is a matrix. .. uparam:: rvXi *rvXi* is a vector with x-coordinates for the new matrix *rmZi*. .. uparam:: rvYi *rvYi* is a vector with y-coordinates for the new matrix *rmZi*. .. us.example **Example** .. include:: ../include/test_interpol2.ic .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.20 - New .. seealso:: :ref:`overview-mathematic`, :ref:`fspline2`, :ref:`spline2`, :ref:`rspline2` :sub:`id-1132517`