Description: A code to fit a curve on sampled data using moving least squares method.
MLSM is generalized form of weighted least squares and firstly introduced to use in meshless Finite Element Method (FEM). The main feature of this method is that the weight function is updated from point to point which enables the user to control “closeness of fit”.This code is performed for 1D fitting and is tested on a sinusoid function.
To Search:
File list (Check if you may need any files):
mls_mb.m