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

搜索资源列表

  1. ICPfull matlab完美实现ICP

    1下载:
  2. matlab完美实现ICP(迭代最近点算法)算法,功能强大,适合匹配数据点-matlab perfect realization of ICP (iterative closest point algorithm) algorithm, a powerful, data points for matching
  3. 所属分类:matlab例程

    • 发布日期:2017-04-02
    • 文件大小:60029
    • 提供者:xiaoxiaoming
  1. MeanShift.rar

    0下载:
  2. Mean Shift 这个概念最早是由Fukunaga等人[1]于1975年在一篇关于概率密度梯度函数的估计中提出来的,其最初含义正如其名,就是偏移的均值向量,在这里Mean Shift是一个名词,它指代的是一个向量,但随着Mean Shift理论的发展,Mean Shift的含义也发生了变化,如果我们说Mean Shift算法,一般是指一个迭代的步骤,即先算出当前点的偏移均值,移动该点到其偏移均值,然后以此为新的起始点,继续移动,直到满足一定的条件结束. 用matlab实现mean shif
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:270310
    • 提供者:maolei
  1. GT.rar

    5下载:
  2. 利用博弈论进行功率控制分析,利用迭代实现纳什均衡,Use game theory to power control analysis, the use of iteration to achieve Nash equilibrium
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:723
    • 提供者:game theroy
  1. lab432.rar

    0下载:
  2. 主成分分析和偏最小二乘SquaresPrincipal成分分析( PCA )和偏最小二乘( PLS ) ,广泛应用于工具。此代码是为了显示他们的关系,通过非线性迭代偏最小二乘( NIPALS )算法。 ,Principal Component Analysis and Partial Least SquaresPrincipal Component Analysis (PCA) and Partial Least Squares (PLS) are widely used tools. Thi
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:381252
    • 提供者:harrison
  1. 蚁群算法求解TSP问题的matlab程序

    0下载:
  2. %蚁群算法求解TSP问题的matlab程序 clear all close all clc %初始化蚁群 m=31;%蚁群中蚂蚁的数量,当m接近或等于城市个数n时,本算法可以在最少的迭代次数内找到最优解 C=[1304 2312;3639 1315;4177 2244;3712 1399;3488 1535;3326 1556;3238 1229;4196 1004; 4312 790;4386 570;3007 1970;2562 1756;2788 1491;2381 1
  3. 所属分类:matlab例程

  1. KPLS

    7下载:
  2. 基于核函数的偏最小二乘算法,先对原矩阵进行核函数非线性变化,再用非线性迭代求解-Kernel-based partial least-squares algorithm, first the original non-linear function of changes in the nuclear matrix, and then non-linear iterative solution
  3. 所属分类:matlab例程

    • 发布日期:2013-12-02
    • 文件大小:749
    • 提供者:书虫
  1. CoSaMP_singlel

    1下载:
  2. 压缩感知中的迭代恢复算法,是匹配追踪的一种变形。Cosamp稀疏恢复算法。-Iterative restoration in compressed sensing algorithm is a variant of matching pursuit. Cosamp sparse recovery algorithm.
  3. 所属分类:matlab

    • 发布日期:2016-06-18
    • 文件大小:1024
    • 提供者:孙璇
  1. LBM_poiseuille_matlab

    1下载:
  2. LBM法求解流体力学中的泊肃叶流问题,输入迭代次数,输出动态速度分布图。-LBM method in fluid mechanics Poiseuille flow problem, enter the number of iterations, output dynamic velocity distribution.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1697
    • 提供者:caohang
  1. QuanLongCircleCalibration

    0下载:
  2. 计算机视觉中的基于圆的标定,用迭代求圆心-calibration based on circle,get the center of circle using iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2342151
    • 提供者:小王
  1. logistic

    0下载:
  2. 给定初始值,产生费根鲍姆迭代轨迹,logistics映射,周期点等程序-Given initial value, resulting in iterative trajectory Feigenbaum, logistics map, periodic points and other procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1067
    • 提供者:sun jing
  1. lsqr_b

    1下载:
  2. 此算法为用于解反问题的lsqr算法,对Ax=b,输入矩阵A,列向量b,以及迭代步数,求得列向量x-This algorithm is used for solution of the inverse problem lsqr algorithm, Ax = b, the input matrix A, the column vector b, as well as the number of iterative steps, to seek the column vector x
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1692
    • 提供者:gongwei
  1. pls

    2下载:
  2. 偏最小二乘法PLS广泛应用于很多领域。这个程序包提供了一个函数,使用非线性迭代偏最小二乘法NIPALS算法,实现PLS回归。同时包含NIPALS算法的教程-PLS PLS is widely used in many areas. This package provides a function, use of non-linear iterative partial least squares algorithm NIPALS achieve PLS regression. NIPALS al
  3. 所属分类:matlab

    • 发布日期:2014-09-21
    • 文件大小:32134
    • 提供者:xuechaoling
  1. Newton-matlab

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

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

    1下载:
  2. 滤波反投影算法 迭代实现图像的重建算法 滤波反投影算法 迭代实现图像的重建算法-FBP algorithm FBP algorithm FBP algorithm FBP algorithm FBP algorithm FBP algorithm
  3. 所属分类:matlab

    • 发布日期:2014-12-22
    • 文件大小:88064
    • 提供者:sqqs
  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. Feigenbaum

    1下载:
  2. 用Matlab观察分岔与混沌现象。利用迭代格式,做出相应的Feigenbaum图-Using Matlab to observe the phenomenon of bifurcation and chaos, the use of iterative scheme, corresponding to the Feigenbaum map
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:147465
    • 提供者:网速
  1. ILC

    2下载:
  2. 一个简单的迭代学习控制的MATLAB程序-A simple iterative learning control of the MATLAB program
  3. 所属分类:matlab例程

    • 发布日期:2013-11-03
    • 文件大小:546
    • 提供者:zelo
  1. matlab-suanfadaquan

    0下载:
  2. 包括插值,函数逼近,矩阵特征值计算,数值微分,数值积分,方程求根, 非线性方程组求解, 解线性方程组的直接法,解线性方程组的迭代法,随机数生成等-Including interpolation, function approximation, eigenvalue computation, numerical differentiation, numerical integration, equation Root, non-linear equations to solve the direc
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:239605
    • 提供者:陈岚崴
  1. gongetidufa

    0下载:
  2. 共轭梯度法编程.共轭梯度法是共轭方向法的一种依赖于迭代点的负剃度而构造出来的-Conjugate gradient method programming. Conjugate gradient method is a conjugate direction method relies on an iterative point out negative tonsure and the structure of the
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:23802
    • 提供者:xiejinliang
  1. TwIST_v1

    0下载:
  2. TwIST_两步迭代的图像分割matlab源码,包括图象压缩_重建_增强_去噪等应用-TwIST_ two-step iterative image segmentation matlab source, including the reconstruction of image compression _ _ _ denoising applications such as enhanced
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:70199
    • 提供者:yuhch
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com