-
spline
三次样条曲线拟合代码,先训练,后差值,计算非常准确(Three times spline curve fitting, the first training, and after, computation is very accurate)
- 2012-02-21 20:27:19下载
- 积分:1
-
8078349
用MATLAB实现模拟立方体的重构,是计算机视觉中三维重构的重要的应用实验(Simulating cube reconstruction with MATLAB is an important application experiment of 3D reconstruction in computer vision.)
- 2018-11-15 12:45:50下载
- 积分:1
-
seidel
求解非线性不动点方程组x=G(x)的非线性塞德尔迭代方法,初值x0(For solving nonlinear fixed point equation x = G (x) the nonlinear Seidel iterative method, initial value x0)
- 2008-08-02 11:20:58下载
- 积分:1
-
zuiyouhua
此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!(This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization algorithm code: steepest descent method, Newton method, nonlinear least squares method, DFP method. fun1, fun2 are two test function. Thanks!)
- 2009-01-31 13:36:29下载
- 积分:1
-
fsolve-function-nonlinear-equations
fsolve函数求非线性方程组数值解,已经验证其正确性。(fsolve function for the numerical solution of nonlinear equations)
- 2013-08-05 09:25:31下载
- 积分:1
-
pca_matlab
进行主成分分析的多种方法,简单和复杂的,适合初学者使用(For a variety of methods of principal component analysis, simple and complex, suitable for beginners to use)
- 2015-10-15 15:50:44下载
- 积分:1
-
curvefiting
该程序利用最小二乘法进行拟合多元非线性方程。是我做毕设的时候写的。希望对大家有用。(This code can fit multivariable nonlinear equation by using least squares.)
- 2010-08-03 22:19:04下载
- 积分:1
-
source_code_of_advanced_computational_mechanics
《高等计算力学》教材的源程序,非线性有限元计算程序(" Advanced Computational Mechanics" of the source material)
- 2020-10-09 10:27:35下载
- 积分:1
-
kalman
卡尔曼滤波的源程序,卡尔曼滤波是以最小均方误差为估计的最佳准则,来寻求一套递推估计的算法。它适合于实时处理和计算机运算。
(Kalman filtering of source code, Kalman filter based on minimum mean square error for estimating the best criteria to search for a recursive estimation algorithm. It is suitable for real-time processing and computing.)
- 2008-05-20 22:16:52下载
- 积分:1
-
PCG
% SSOR预处理的共轭梯度法求解方程Ax=b
% 输入参数说明
% A 正定矩阵[n*n]
% b 右边向量
% omega SSOR预处理参数(0--2)
% Times 迭代次数
% errtol 给定误差终止条件
%
%输出参数
% NewX 方程Ax=b的x近似解
% avgerr 求解的当前平均绝对误差( SSOR preconditioning conjugate gradient method for solving equations Ax = b the input parameter descriptions A positive definite matrix [n* n] b right side vector omega SSOR preconditioning parameters (0- 2) Times iterations errtol termination of a given error condition NewX output parameter equation Ax = b of x approximate solution to solve the current avgerr average absolute error)
- 2007-11-16 01:14:24下载
- 积分:1