.. highlightlang:: us .. index:: spline2 .. _spline2: spline2 ======= .. us.tag spline2 NOTREADYENGLISH interpol-2d New5200 :ref:`spline2` executes a 2-dimensional "matrix to matrix" interpolation. .. function:: rmZi = spline2(rvX, rvY, rmZ, rvXi, rvYi) .. us.return **Return Value** *rmZi* is the interpolated matrix for the *rvXi*, *rvYi* coordinates. .. 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_spline2.ic .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.20 - New .. seealso:: :ref:`overview-mathematic`, :ref:`akimaspline2`, :ref:`fspline2`, :ref:`interpol2`, :ref:`rspline2`, :ref:`griddata` :sub:`id-1317806`