thinPlateSplineRBF

PURPOSE ^

SYNOPSIS ^

function fx = thinPlateSplineRBF(r)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function fx = thinPlateSplineRBF(r)
0002 
0003 fx = r.^2.*log(r);
0004 fx(r==0) = 0;
0005 
0006 end
0007

Generated on Thu 10-Dec-2020 17:34:27 by m2html © 2005