搜索资源列表
Matlab_CFtool
- Matlab的曲线拟合工具箱CFtool使用简介.Matlab有一个功能强大的曲线拟合工具箱 cftool ,使用方便,能实现多种类型的线性、非线性曲线拟合。下面结合我使用的 Matlab R2007b 来简单介绍如何使用这个工具箱。
EKFUKF_1_1
- EKF uKF的matlab工具箱,适合做非线性滤波的仿真计算。
Nonlinear_equations
- 本工具箱包含非线性方程组求解的程序代码,通过调用函数可求解相关方程的数值解,适合MATLAB初学者调试-This kit contains the nonlinear equations of the program code, by calling the function can be related equation for solving the numerical solution, suitable for beginners debug MATLAB
faofei
- 针对EMD方法的不足,利用最小二乘法进行拟合多元非线性方程,matlab开发工具箱中的支持向量机。- For lack of EMD, Multivariate least squares fitting method of nonlinear equations, matlab development toolbox support vector machine.
genetic
- 遗传算法是一种全局最优化算法,是运用了进化论优胜劣汰原理的随机化搜索方法。 前些日子,在进行毕业设计的相关研究中,我接触到了遗传算法,用其对一个五元非线性函数进行最优化搜索。仿真平台使用的是matlab,主要使用的是谢菲尔德大学的matlab遗传算法工具箱。(Genetic algorithm is a global optimization algorithm, is the use of evolution theory of survival of the fittest randomi