inverseMultiQuadricRBF

PURPOSE ^

SYNOPSIS ^

function fx = inverseMultiQuadricRBF(r, e)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function fx = inverseMultiQuadricRBF(r, e)
0002 
0003 mq = multiQuadricRBF(r, e);
0004 fx = 1./mq;
0005 fx(mq==0) = 0;
0006 
0007 end
0008

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