rbf_interp_nd_test
    
    
    
      rbf_interp_nd_test,
      a MATLAB code which
      calls rbf_interp_nd(), which
      defines and evaluates radial basis function (RBF) interpolants 
      to multidimensional data.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      rbf_interp_nd,
      a MATLAB code 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.