CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 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
    • 文件大小:749byte
    • 提供者:书虫
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结
  3. 所属分类:matlab

    • 发布日期:2016-06-04
    • 文件大小:5.66kb
    • 提供者:陈永恒
  1. matlab

    1下载:
  2. 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, rand
  3. 所属分类:matlab

    • 发布日期:2015-01-18
    • 文件大小:637.04kb
    • 提供者:称臣
  1. magsint2

    0下载:
  2. 用简单迭代法求非线性方程f(x)=0有根区间[a,b]中的一个根 maiter 用途:用定步长高斯就积公式求函数的积分 magsint-w
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.19kb
    • 提供者:wangsizhao
  1. LMS_Algo

    0下载:
  2. 功能描述:用matlab语言实现LMS自适应算法 函数名:LMS_Algo 输入参数: (1)M:滤波器的阶数 (2)N:LMS算法迭代的次数 (3)mu:自适应参数 (4)xn:LMS算法的输入序列 输出参数: (1)系数矢量A -Function Descr iption: The LMS adaptive algorithm matlab language function name: LMS_Algo Input para
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:706byte
    • 提供者:赵明诚
  1. matlab_correlation_frequency_estimate_powerspectru

    2下载:
  2. 此MATLAB程序用于自相关函数的估计(包括直接法和FFT法),信号的频率估计(包括MUSIC, ROOTMUSIC,ESPRIT和MVDR)和功率谱的估计(包括LevinsonDurbin迭代法,BT法和周期图法),并附带相应的仿真图以便于对比-MATLAB for correlation estimate :direct and FFT transform frequency estimate of signals:MUSIC, ROOTMUSIC,ESPRIT和MVDR power spe
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:23.55kb
    • 提供者:zhouni
  1. Gerchberg_Papoulis

    0下载:
  2. Gerchberg_Papoulis利用反复应用傅里叶变换与反变换及加入已知条件的迭代算法,解决带限函数外推。-Gerchberg_Papoulis using repeated application of Fourier transform and inverse transform and adding the known conditions of the iterative algorithm to solve band-limited function extrapolation.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1.65kb
    • 提供者:黄小雷
  1. fractal-interpolation_sucess

    0下载:
  2. 分形差值函数是由迭代函数系统IFS实现的,通过离散的数据点构成分形插值函数,证明分形插值函数是这个IFS唯一吸引子。利用MATLAB矩阵运算,实现数据点的分形差值拟合。该算法简介直观。-The fractal difference function is implemented by the IFS fractal interpolation function through the data points of the discrete prove fractal interpolation
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:111.43kb
    • 提供者:诸葛亮
  1. Baum_Welch-algorithm

    1下载:
  2. 用Baum-Welch算法来迭代估计一个隐马尔科夫模型(HMM)的初始状态概率分布以及其状态转移概率矩阵。其中文件有mainfile_B_W.m为主函数,Baum_Welch.m为Baum-Welch算法迭代函数,Forward_variable.m与Backward_variable.m与Gamma_variable.m与Ksi_variable.m是需要计算的四种因子,B_pdf.m为混淆散射概率密度函数。-It s Baum-Welch algorithm for iteratively
  3. 所属分类:matlab

    • 发布日期:2014-04-22
    • 文件大小:3kb
    • 提供者:大习
  1. 牛顿法迭代

    0下载:
  2. function main() clc; clear all; f = @(x)log(x+sin(x)); % 测试函数 df = @(x)(1+cos(x))/(x+sin(x)); % 导数函数 x0 = 0.1; % 迭代初值 x = TestNewton(f, df, x0) % 牛顿法求解 function x = TestNewton(fname, dfname, x0, e, N) % 用途:Newton迭代法解非线性方程f(x)=0 % fname和df
  3. 所属分类:matlab例程

  1. 迭代

    1下载:
  2. 三次非均匀b样条的绘制,以及三次非均匀B样条基函数的确定(Three non-uniform B spline plots and the determination of three non-uniform B spline basis functions)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:HoPe121
  1. 新建 Microsoft Word 文档

    0下载:
  2. 运用蚁群算法求函数最值,采取蚁群迭代。根据函数求出最大值(Ant colony algorithm is used to find the function minimum)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:12kb
    • 提供者:烧纸抽抽
  1. Newton

    0下载:
  2. 牛顿迭代法的实现,应用此程序,封装成函数,即可调用。(Newton iterative method, the application of this program, packaged as a function, you can call.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:15kb
    • 提供者:helloworldd
  1. Newtonddf

    0下载:
  2. 内附Newton迭代法求解非线性方程和非线性方程组的M文件 li6_26fun.m,dli_26fun.m存储非线性方程及其微分函数 li6_28fun.m,Jli_26fun.m存储非线性方程组及其Jacobi矩阵函数(Containing Newton iterative method for solving nonlinear equations and nonlinear equations of the M file Li6_26fun.m, dli_26fun.m stored
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1kb
    • 提供者:Mathematic
  1. 牛顿迭代代码

    0下载:
  2. 通过牛顿迭代法实现求一个函数在区间内的所有根(All the roots of a function in the interval are obtained by the Newton iterative method)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:369kb
    • 提供者:肉嘟嘟
  1. 加权迭代法

    0下载:
  2. 修改fun下的函数表达式为所要求解的表达式即可(Modify the expression of the function expression under fun as the expression of the required solution.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:29kb
    • 提供者:sunxq4079
  1. 牛顿迭代法

    1下载:
  2. matlab环境下试用于高维方程组求解的牛顿迭代法算法函数(Newton iterative algorithm function for solving higher dimensional equations in matlab Environment)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-14
    • 文件大小:1kb
    • 提供者:madezhizhang
  1. 高斯赛德尔迭代

    0下载:
  2. 本程序利用高斯赛德尔迭代法求线性方程组,格式为函数形式。
  3. 所属分类:matlab例程

  1. 椭圆拟合函数

    1下载:
  2. 用于将二维空间数据直接拟合为椭圆,不需要进行迭代计算,速度快!
  3. 所属分类:matlab例程

  1. Newton.py

    1下载:
  2. 牛顿迭代法寻找极值 1.6.1. 优点 在凸函数很初始点选取好的情况下,收敛快。 1.6.2. 缺点 ? 计算二阶导数,计算量大 ? 要求函数二阶可微 ? 收敛性与初始点选取有关(Newton iteration method to find extreme values)
  3. 所属分类:matlab例程

    • 发布日期:2020-07-03
    • 文件大小:1kb
    • 提供者:Titan ye
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com