CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 非线性 matlab

搜索资源列表

  1. ds

    1下载:
  2. MATLAB中用遗传算法求解约束非线性规划问题-MATLAB using the genetic algorithm for solving constrained nonlinear programming problem
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:121994
    • 提供者:ss
  1. yalmip

    2下载:
  2. matlab M语言编写支持各种线性,整数,非线性,及其相关综合优化,可用于机械,金融各种行业-matlab M language supports a variety of linear, integer, nonlinear, and its associated synthesis optimization, can be used for machinery, finance a variety of industries
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:893744
    • 提供者:cs
  1. ols

    6下载:
  2. 最小二乘法原理及其MATLAB实现 线性拟合 多项式拟合 非线性拟合程序-Principle and MATLAB least squares linear fitting polynomial fitting nonlinear fitting procedure
  3. 所属分类:matlab

    • 发布日期:2015-01-05
    • 文件大小:836
    • 提供者:晓柳
  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. LMFsolve

    0下载:
  2. 罚函数法的源代码和一个原创的例子,求约束为非线性时的方程。-Penalty function method and an original source code examples, find the constraint equations for the nonlinear time.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3912
    • 提供者:唐斌
  1. soliton

    2下载:
  2. 本程序是利用分步傅里叶算法解非线性薛定谔方程-this program is used for NLS by the split step Fourier method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-03-20
    • 文件大小:1201
    • 提供者:soliton
  1. Newton-matlab

    1下载:
  2. Newton牛顿迭代法解非线性方程,这个程序挺不错的,分享给大家-Newton-matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:580
    • 提供者:gake
  1. AlgorithmsforNonlinearEquations

    1下载:
  2. 非线性方程组求解的经典算法,例如牛顿法,两点割线法,最快下降法-Solving nonlinear equations of classical algorithms, such as Newton method,bi-section method,the fastest descent method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:12092
    • 提供者:Bingo
  1. ssprop-3.0.1

    6下载:
  2. 非线性光纤光学(第四版)的源代码,美国人写的-Nonlinear Fiber Optics (Fourth Edition) of the source code, written by the Americans
  3. 所属分类:Other systems

    • 发布日期:2015-08-03
    • 文件大小:1091349
    • 提供者:陈威
  1. NonlinearICA_Toolbox

    2下载:
  2. 非线性独立分量分析(ICA)源码,主要是用于非线性ICA进行盲源分离算法的函数-independent component analysis (ICA)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:54161
    • 提供者:oyq
  1. c10mfode2

    3下载:
  2. 应用Oustaloup算法设计的滤波器理论,设计分数阶微分模块。用SIMULINK求解分数阶非线性微分方程-Application Oustaloup filter algorithm design theory, design, fractional differential module.Fractional Differential Equations with SIMULINK
  3. 所属分类:matlab例程

    • 发布日期:2012-11-08
    • 文件大小:4316
    • 提供者:刘媛媛
  1. Nonlinear_differential_equation

    0下载:
  2. 这是单自由度的非线性微分方程的求解程序(分段函数),可以画出动响应图和相图。-Nonlinear differential equation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:692
    • 提供者:Frank
  1. MATLAB-algorithm

    0下载:
  2. 插值 函数逼近 数值微分 数值积分 非线性方程求解 解线性方程组的直接解法 解线性方程组的迭代法 随机数生成 特殊函数计算 常微分方程的初值问题 偏微分方程的数值解法 数据统计和分析-Interpolation function approximation numerical integration of nonlinear differential equations numerical solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:151573
    • 提供者:puda
  1. 2

    1下载:
  2. matlab开发环境下,牛顿迭代法解非线性方程组,使用者把非线性方程组的M文件fx1(x)和非线性方程组导数的M文件dfx1(x)相应代入即可。-matlab development environment, the Newton iteration solution of nonlinear equations, nonlinear equations to the user of the M documents fx1 (x) and non-linear equations of the
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1548
    • 提供者:平猪
  1. newton

    5下载:
  2. 牛顿迭代法是求解非线性微分方程中非常重要的一种算法,收敛速度快!本文提供算例和程序-Newton iterative method is very important for solving nonlinear differential equations an algorithm fast convergence speed! This article provides examples and procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-09-09
    • 文件大小:16384
    • 提供者:陈岩
  1. supercontinuum

    0下载:
  2. 这些文章讲述了分步傅里叶方法,通过这些方法可以数值解非线性薛定谔方程,并且模拟光在光纤中传输随距离变化的状态,是学习光传输比较好的资料-The article was about a split-step Fourier method, numerical solution of these methods can be non-linear Schrodinger equation, and simulation of optical fiber transmission in the sta
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7198611
    • 提供者:刘凯
  1. LLE

    1下载:
  2. 关于高维数据降维的非线性方法LLE代码,对学习数据降维有帮助-High dimensional data on the nonlinear dimensionality reduction methods LLE code, data dimensionality reduction in learning help
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3578
    • 提供者:hyj_math
  1. feedback-linear-matlab

    0下载:
  2. 非线性系统的反馈线性化控制器设计以及matlab仿真-Nonlinear feedback linearization controller design and matlab simulation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:55310
    • 提供者:liwenbo
  1. matlab-6

    1下载:
  2. 数字图形处理实验例题 造成图像退化的原因很多,大致可分为以下几个方面: (1)射线辐射、大气湍流等造成的照片畸变。 (2)模拟图像数字化的过程中,由于会损失部分细节,造成图像质量下降。 (3)镜头聚焦不准产生的散焦模糊。 (4)成像系统中始终存在的噪声干扰。 (5)拍摄时,相机与景物之间的相对运动产生的运动模糊。 (6)底片感光、图像显示时会造成记录显示失真。 (7)成像系统的像差、非线性畸变、有限带宽等造成的图像失真。 (8) 携带遥感仪器的飞行
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:1222
    • 提供者:wanghui
  1. EMD-Toolbox

    6下载:
  2. EMD的Toolbox及使用方法 经验模态分解(Empirical Mode Decomposition, 简称EMD)是由美国NASA的黄锷博士提出的一种信号分析方法.它依据数据自身的时间尺度特征来进行信号分解, 无须预先设定任何基函数。这一点与建立在先验性的谐波基函数和小波基函数上的傅里叶分解与小波分解方法具有本质性的差别。正是由于这样的特点, EMD 方法在理论上可以应用于任何类型的信号的分解, 因而在处理非平稳及非线性数据上, 具有非常明显的优势。所以, EMD方法一经提出就在不同的
  3. 所属分类:matlab

    • 发布日期:2014-06-24
    • 文件大小:3054592
    • 提供者:商志远
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com