rbf_interp_nd_test
rbf_interp_nd_test,
a MATLAB program which
calls rbf_interp_nd() to define and evaluate radial basis function (RBF) interpolants to multidimensional data.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the GNU LGPL license.
Related Data and Programs:
rbf_interp_nd,
a MATLAB library which
defines and evaluates radial basis function (RBF) interpolants
to M-dimensional data.
Source Code:
-
rbf_interp_nd_test01.m,
tests RBF_WEIGHT and RBF_INTERP_ND with PHI1.
-
rbf_interp_nd_test01_exact.png,
a plot of the exact function f(x,y).
-
rbf_interp_nd_test01_interp.png,
a plot of the interpolant function using phi1(r).
-
rbf_interp_nd_test02.m,
tests RBF_WEIGHT and RBF_INTERP_ND with PHI2.
-
rbf_interp_nd_test02_exact.png,
a plot of the exact function f(x,y).
-
rbf_interp_nd_test02_interp.png,
a plot of the interpolant function using phi2(r).
-
rbf_interp_nd_test03.m,
tests RBF_WEIGHT and RBF_INTERP_ND with PHI3.
-
rbf_interp_nd_test03_exact.png,
a plot of the exact function f(x,y).
-
rbf_interp_nd_test03_interp.png,
a plot of the interpolant function using phi3(r).
-
rbf_interp_nd_test04.m,
tests RBF_WEIGHT and RBF_INTERP_ND with PHI4.
-
rbf_interp_nd_test04_exact.png,
a plot of the exact function f(x,y).
-
rbf_interp_nd_test04_interp.png,
a plot of the interpolant function using phi4(r).
Last modified on 10 March 2019.