Moving_Least_Squares matlab版本

时间:2012-12-31 02:56:13
【文件属性】:
文件名称:Moving_Least_Squares matlab版本
文件大小:3KB
文件格式:NONE
更新时间:2012-12-31 02:56:13
Moving Least Squares mls matlab 用起来非常方便的一个函数 % INPUT PARAMETERS % m - Total number of basis functions (1: Constant basis; 2: Linear basis; 3: Quadratic basis) % nnodes - Total number of nodes used to construct MLS approximation % npoints - Total number of points whose MLS shape function to be evaluated % xi(nnodes) - Coordinates of nodes used to construct MLS approximation % x(npoints) - Coordinates of points whose MLS shape function to be evaluated % dm(nnodes) - Radius of support of nodes % wtype - Type of weight function % para - Weight function parameter % % OUTPUT PARAMETERS % PHI - MLS Shpae function % DPHI - First order derivatives of MLS Shpae function % DDPHI - Second order derivatives of MLS Shpae function

网友评论

  • 学习啦,而且还找到了相应的改进型的移动最小二乘法,唯一的实例比较少。
  • 不方便使用
  • 看不太懂,是中文的就好
  • 这个代码只有函数,没有主程序,虽然代码上描述通过调节m值可以变成一维二维等的拟合,但没有主函数,所以用起来不是很方便。
  • 不会使用,传入的参数太多了,没有个例子,不知道怎么用啊????????