Skip to main content

Radial Basis Function in MATLAB

strains from the given Displacements with given X Y values by Radial Basis Function Thin Plate Spline in MATLAB

Submitted by Zuhaib Nazir on

Dear Researchers 

I have attach a text file with this message in which I have written all my code. I have applied the Radial Basis Function (interpolation) to find approximated displacements.

f = RBF(r)*a

f = given values e-g displacements to be approximate

RBF(r)= Radal Basis function (Thin Plate spline)

a= Radial Basis Function coefficient

X= x distance from the origin (given) (first column of disppoints)

Y= y distance from the origin (given)(second column of disppoints) For example as below

strains from the given Displacements with given X Y values by Radial Basis Function Thin Plate Spline in MATLAB

Submitted by Zuhaib Nazir on

Dear Researchers 

I have attach a text file with this message in which I have written all my code. I have applied the Radial Basis Function (interpolation) to find approximated displacements.

f = RBF(r)*a

f = given values e-g displacements to be approximate

RBF(r)= Radal Basis function (Thin Plate spline)

a= Radial Basis Function coefficient

X= x distance from the origin (given) (first column of disppoints)