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

搜索资源列表

  1. Jacobi-Gauss_Seide-SOR

    0下载:
  2. 三个m文件。线性方程求解的常见几种如Jacobi、Gauss_Seidel、SOR迭代法的matlab程序。三种迭代法主体程序大致都差不多,迭代次数取决于误差epsilon设的大小,其中Gauss_Seidel收敛最快,迭代次数较少。-Three m files. Common in several of linear equations, such as Jacobi, Gauss_Seidel, SOR iterative method matlab program. The main pr
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1209
    • 提供者:luer
  1. tv_fista

    4下载:
  2. 使用快速阈值迭代收敛(FISTA)求解图像去模糊问题,内含多个m文件和一个Amir Beck 写的说明文件-MATLAB code for total variation-based deblurring with FISTA,including a helper document by Amir Beck
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:358725
    • 提供者:王腾蛟
  1. fastdown-and-jacobi

    0下载:
  2. 最速下降法和雅可比法经典迭代matlab程序-Steepest descent method and Jacobi method classic iteration matlab program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1622
    • 提供者:王楠
  1. matlab

    0下载:
  2. 光斑定位 逐像素迭代中值法 大家可以进行编辑-Spot location;A case-by-pixel iteration values
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:40458
    • 提供者:晏巍
  1. Matlab

    0下载:
  2. matlab的图像分割程序:根据图像中物体的灰度分布情况,选取一个近似阈值作为初始阈值,一个较好的方法就是将图像的灰度均值作为初始阈值;然后通过分割图像和修改阈值的迭代过程获得认可的最佳阈值。-Matlab image segmentation: distribution of images of objects in gray, select an approximate threshold value as the initial threshold of a better way is t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:340817
    • 提供者:张雷
  1. matlab-code

    0下载:
  2. 图像分割的经典代码,包含阈值法,迭代法,双峰法,边缘梯度检测法。-The classic image segmentation code, including the threshold, the iterative method, the bimodal method, the edge gradient detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2135
    • 提供者:bylqwqw
  1. ICP-matlab

    1下载:
  2. 迭代最邻近点算法: 计算两组点云之间的最佳匹配效果-Iterative closest point (ICP) algorithm: seaching the best overlapping result of two point clouds
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:11058
    • 提供者:郭帅
  1. Practical-procedures-of-matlab

    0下载:
  2. matlab实用图像编辑程序,还有一些迭代法源程序-the matlab practical image editing program, there are some iterative method source code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:5690
    • 提供者:chenpeng
  1. airPLS-2.0-matlab

    3下载:
  2. 可用于拉曼光谱或色谱数据背景扣除的自适应迭代惩罚最小二乘方法-adaptive iteratively reweighted Penalized Least Squares (airPLS) method for background subtraction of Raman spectroscopy or chromatography data
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:20480
    • 提供者:Moutinho
  1. matlab

    0下载:
  2. 这是计算方法基本迭代法的一个matlab编程实例。-This is the calculation of a basic iterative method matlab programming examples
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:25126
    • 提供者:刘晓伟
  1. Genetic Nonlinear Matlab

    1下载:
  2. 遗传算法虽然全局搜索能力较强,但是局部搜索能力较弱,一般只能搜索到函数优化问题的次优解,而不是最优解,特别是函数具有多个峰值时,遗传算法易陷入局部极小,不能找到真正的全局最优解。非线性规划因多采用梯度下降方法求解,而具有极强的局部搜索能力。因此,本源代码结合两种算法的优点,一方面采用遗传算法进行全局搜索,另一方面采用非线性规划进行局部搜索,以得到函数优化问题的全局最优解。实验证明,这种方法不仅能解决多峰函数寻优易陷入局部极小的问题,而且具有很高的迭代寻优效率,取得了满意的结果。-Global s
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-07
    • 文件大小:44166
    • 提供者:乐乐
  1. Matlab

    0下载:
  2. 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:17371340
    • 提供者:ltiuan
  1. matlab

    0下载:
  2. 对节点数N=5的泊松边值问题进行超松弛迭代计算,迭代因子w=1,1.25,1.5。结果输出迭代次数、迭代解与精确解的2-范数以及画图表示最终结果。-The number of nodes N = and The Poisson Boundary Value overrelaxation iterative iterative factor w = 1,1.25,1.5. Output result the number of iterations, the iterative solution
  3. 所属分类:matlab

    • 发布日期:2017-11-29
    • 文件大小:859
    • 提供者:王迎
  1. matlab

    0下载:
  2. 数值分析中多种算法的matlab编程 有雅克比迭代 高斯迭代法 追赶法 等-Jacobi iterative Gauss iterative method chasing method of numerical analysis of a variety of algorithms matlab programming
  3. 所属分类:Education soft system

    • 发布日期:2017-11-16
    • 文件大小:2114
    • 提供者:赵孔瑞
  1. matlab-sor

    0下载:
  2. 包含了常用的CG算法/SOR迭代算法/SDM最速下降法等算法-Used CG algorithm/SOR iterative algorithm/SDM steepest descent method algorithm
  3. 所属分类:matlab

    • 发布日期:2016-01-27
    • 文件大小:1024
    • 提供者:Will Leung
  1. Flow-Calculation-Based-on-Matlab

    0下载:
  2. 一篇基于Matlab的Gauss_Seidel迭代法电力系统潮流计算的文献-Gauss-Seidel Iteration Method in Flow Calculation Based on Matlab
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:178180
    • 提供者:赵磊
  1. matlab

    0下载:
  2. 用matlab程序来实现遗传算法,离散无记忆信道容量的迭代计算-Matlab program to achieve the genetic algorithm, discrete memory channel capacity iterative
  3. 所属分类:assembly language

    • 发布日期:2017-12-03
    • 文件大小:1072
    • 提供者:郝正超
  1. LQR-DMC-Matlab

    0下载:
  2. 线性和非线性规划研究方面 迭代法 线性规划的定义,介绍,例子-Linear and nonlinear programming research definition of the iterative method of linear programming, introduced examples
  3. 所属分类:Development Research

    • 发布日期:2017-11-26
    • 文件大小:284953
    • 提供者:Lily
  1. matlab

    1下载:
  2. 绘制圆柱面x^2+y^2=1,y^2+z^2=1,z^2+x^2=1相交图形 画理论计算出的最速落径(虚线表示) 多元函数求极值法模拟最速降线 二次函数 f(x)=4x(1-x) 的迭代密度分布图 二次函数f(x)=ax(1-x) 迭代蛛网图 -Draw a cylindrical surface x ^ 2+y ^ 2 = 1, y ^ 2+z ^ 2 = 1, z ^ 2+x ^ 2 = 1 intersects graphics painting theoretical calculat
  3. 所属分类:Other systems

    • 发布日期:2017-11-02
    • 文件大小:1689
    • 提供者:王虎
  1. Example-of-matlab

    0下载:
  2. 包括图形应用篇、界面设计篇、图形处理篇、数值分析篇四部分。从简单的三角函数到图像分析、矢量数据、三角分析法、SOR迭代法-Including articles of graphics applications, interface design articles, graphics processing chapter, numerical analysis chapter four parts. From simple trigonometry to image analysis, vecto
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:21569
    • 提供者:royzeus
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com