搜索资源列表
Code_MATLAB_Optimization
- 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
fmincon
- 通过使用matlab优化工具箱中的函数fmincon解决有约束的非线性优化问题,有详细的代码过程。-By using the matlab optimization toolbox function fmincon to solve constrained nonlinear optimization problem, has detailed the process code.
Planningquestions
- 线性规划及非线性规划的经典matlab代码,文件中还有PPT文件作为参考学习。-Linear programming and nonlinear programming of the classical code, the document have PPT file as a reference study.
bppid
- MATLAB平台下的基于人工神经网络的非线性控制系统PID参数整定代码,能实现在线调节功能。-MATLAB platform artificial neural network-based nonlinear control system PID parameter tuning code, to achieve regulatory function online.
mulNewtonSOR
- 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
dabaa0d8ff80
- ukf滤波器实现代码 有利于初学者了解非线性滤波变成-ukf Filter beneficial for beginners to understand the code into a non-linear filtering
非线性规划三种方法matlab代码
- 使用matlab语言编写非线性规划中黄金分割法、斐波那契法和牛顿法,可以使用这三种方法求解(The use of MATLAB language gold in nonlinear programming segmentation method, Fibonacci method and Newton method, these three methods can be used to solve)
MATLAB求解非线性最小二乘法拟合问题 源程序代码
- MATLAB求解非线性最小二乘法拟合问题 源程序代码(MATLAB solving nonlinear least squares method of fitting the source code)
MATLAB+神经网络超级学习手册-程序代码
- 神经网络学习必备,可以解决大部分非线性问题(Neural network learning essential, you can solve most of the nonlinear problems)
代码
- MATLAB 代码 第1章 BP神经网络的数据分类——语音特征信号分类 第2章 BP神经网络的非线性系统建模——非线性函数拟合 第3章 遗传算法优化BP神经网络——非线性函数拟合 第4章 神经网络遗传算法函数极值寻优——非线性函数极值寻优 第5章 基于BP_Adaboost的强分类器设计——公司财务预警建模 第6章 PID神经元网络解耦控制算法——多变量系统控制 第7章 RBF网络的回归--非线性函数回归的实现 ....等58章(MATLAB code The first
卡曼滤波代码
- 卡曼滤波,用于线性和非线性系统分析,体现在时间序列的预测上。(kalman filter code,it can be use in linear or no-linear system)
非线性遗传算法
- 非线性遗传算法代码,解决带约束条件的一般问题(Nonlinear genetic algorithm code, solve the general problem with constraints)
MATLAB非线性最小二乘优化问题
- 非线性最小二乘优化问题的代码,可以用来自己修改成需要的子函数。(Nonlinear least squares optimization code, can be used to modify their own needs of the sub-function.)
案例3 遗传算法优化BP神经网络-非线性函数拟合
- 直接可用的matlab代码,用神经网络解决非线性函数拟合问题(Direct available matlab code to solve nonlinear function fitting problem by neural network)
MATLAB求解非线性最小二乘法拟合问题 源程序代码
- matlab,用最小二乘法进行非线性拟合的程序,满足新手的学习(Matlab, a nonlinear fitting program using the least square method to meet the novice's learning)
xianxing
- 该代码主要用于非线性拟合,并举例指出如何运用。(Example of nonlinear fitting)
24.二进小波和非线性变换的图像增强项目
- 直接运行非线性增强的程序NonlinearEnhancement即可,还需改进部分代码(Direct nonlinearity enhancement program can be used for NonlinearEnhancement,)
matlab
- 用于非线性格兰杰检验,Matlab编程代码,输入自己的数据即可。(Nonlinear Granger test)
非线性规划MATLAB算法代码
- 运用matlab改进遗传算法求解非线性规划问题的最优解(Using MATLAB to improve genetic algorithm to solve the optimal solution of nonlinear programming problems..)
Nonlinear system_Hassan_K_Khalil
- Nonlinear system_Hassan_K_Khalil的matlab代码。书本的代码编写主要集中在第二章,第十三章,第十四章代码(the matlab code of Nonlinear system_Hassan_K_Khalil, the code main are in the charpter 2 ,charpter 13 and charpter 14)