CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 非线性代码

搜索资源列表

  1. Code_MATLAB_Optimization

    17下载:
  2. 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
  3. 所属分类:matlab例程

    • 发布日期:2012-12-20
    • 文件大小:41587
    • 提供者:
  1. fmincon

    3下载:
  2. 通过使用matlab优化工具箱中的函数fmincon解决有约束的非线性优化问题,有详细的代码过程。-By using the matlab optimization toolbox function fmincon to solve constrained nonlinear optimization problem, has detailed the process code.
  3. 所属分类:matlab例程

    • 发布日期:2013-01-18
    • 文件大小:882
    • 提供者:lxd
  1. Planningquestions

    0下载:
  2. 线性规划及非线性规划的经典matlab代码,文件中还有PPT文件作为参考学习。-Linear programming and nonlinear programming of the classical code, the document have PPT file as a reference study.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:121970
    • 提供者:颜建新
  1. bppid

    0下载:
  2. MATLAB平台下的基于人工神经网络的非线性控制系统PID参数整定代码,能实现在线调节功能。-MATLAB platform artificial neural network-based nonlinear control system PID parameter tuning code, to achieve regulatory function online.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1445
    • 提供者:洁浩
  1. mulNewtonSOR

    0下载:
  2. 本代码为牛顿-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)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594
    • 提供者:锦夏
  1. dabaa0d8ff80

    0下载:
  2. ukf滤波器实现代码 有利于初学者了解非线性滤波变成-ukf Filter beneficial for beginners to understand the code into a non-linear filtering
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:33828
    • 提供者:赵木
  1. 非线性规划三种方法matlab代码

    1下载:
  2. 使用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)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:come vanet!
  1. MATLAB求解非线性最小二乘法拟合问题 源程序代码

    7下载:
  2. MATLAB求解非线性最小二乘法拟合问题 源程序代码(MATLAB solving nonlinear least squares method of fitting the source code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-14
    • 文件大小:2048
    • 提供者:bwj
  1. MATLAB+神经网络超级学习手册-程序代码

    1下载:
  2. 神经网络学习必备,可以解决大部分非线性问题(Neural network learning essential, you can solve most of the nonlinear problems)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:220160
    • 提供者:走8再见1
  1. 代码

    0下载:
  2. MATLAB 代码 第1章 BP神经网络的数据分类——语音特征信号分类 第2章 BP神经网络的非线性系统建模——非线性函数拟合 第3章 遗传算法优化BP神经网络——非线性函数拟合 第4章 神经网络遗传算法函数极值寻优——非线性函数极值寻优 第5章 基于BP_Adaboost的强分类器设计——公司财务预警建模 第6章 PID神经元网络解耦控制算法——多变量系统控制 第7章 RBF网络的回归--非线性函数回归的实现 ....等58章(MATLAB code The first
  3. 所属分类:matlab例程

    • 发布日期:2017-12-10
    • 文件大小:12878448
    • 提供者:ddd121
  1. 卡曼滤波代码

    0下载:
  2. 卡曼滤波,用于线性和非线性系统分析,体现在时间序列的预测上。(kalman filter code,it can be use in linear or no-linear system)
  3. 所属分类:matlab例程

  1. 非线性遗传算法

    0下载:
  2. 非线性遗传算法代码,解决带约束条件的一般问题(Nonlinear genetic algorithm code, solve the general problem with constraints)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:3072
    • 提供者:wxy1992
  1. MATLAB非线性最小二乘优化问题

    0下载:
  2. 非线性最小二乘优化问题的代码,可以用来自己修改成需要的子函数。(Nonlinear least squares optimization code, can be used to modify their own needs of the sub-function.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:bandor
  1. 案例3 遗传算法优化BP神经网络-非线性函数拟合

    0下载:
  2. 直接可用的matlab代码,用神经网络解决非线性函数拟合问题(Direct available matlab code to solve nonlinear function fitting problem by neural network)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:53248
    • 提供者:东来东往CT
  1. MATLAB求解非线性最小二乘法拟合问题 源程序代码

    1下载:
  2. matlab,用最小二乘法进行非线性拟合的程序,满足新手的学习(Matlab, a nonlinear fitting program using the least square method to meet the novice's learning)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:lhxy
  1. xianxing

    0下载:
  2. 该代码主要用于非线性拟合,并举例指出如何运用。(Example of nonlinear fitting)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:我们@
  1. 24.二进小波和非线性变换的图像增强项目

    0下载:
  2. 直接运行非线性增强的程序NonlinearEnhancement即可,还需改进部分代码(Direct nonlinearity enhancement program can be used for NonlinearEnhancement,)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:221184
    • 提供者:zengge678
  1. matlab

    0下载:
  2. 用于非线性格兰杰检验,Matlab编程代码,输入自己的数据即可。(Nonlinear Granger test)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:493568
    • 提供者:sissicici
  1. 非线性规划MATLAB算法代码

    0下载:
  2. 运用matlab改进遗传算法求解非线性规划问题的最优解(Using MATLAB to improve genetic algorithm to solve the optimal solution of nonlinear programming problems..)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:22528
    • 提供者:violetyan
  1. Nonlinear system_Hassan_K_Khalil

    1下载:
  2. 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)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-27
    • 文件大小:31033344
    • 提供者:张彬彬
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com