登录
首页 » Matlab » 数值分析

数值分析

于 2022-04-27 发布 文件大小:10.31 kB
0 37
下载积分: 2 下载次数: 2

代码说明:

李庆扬第五版数值分析的全部MATLAB代码,亲自编写,亲测可用,简单易懂

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • fft_analy
    一个对ADC和PLL输出结果作FFT频谱分析的matlab程序(An ADC and PLL output FFT spectrum analysis for matlab program)
    2010-08-12 15:36:39下载
    积分:1
  • youhua1
    遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1() 遗传算法 n-- 种群规模 ger-- 迭代次数 pc--- 交叉概率 pm-- 变异概率 v-- 初始种群(规模为n) f-- 目标函数值 fit-- 适应度向量 vx-- 最优适应度值向量 vmfit-- 平均适应度值向量 clear all close all clc 清屏 tic 计时器开始计时 n=20 ger=100 pc=0.9 pm=0.1 初始化参数 生成初始种群 v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵 [N,L]=size(v) 得到初始规模行,列 disp(sprintf( Number of generations: d ,ger)) disp(sprintf( Population size: d ,N)) disp(sprintf( Crossover probability: .3f ,pc)) disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式 待优化问题)
    2020-12-11 20:19:19下载
    积分:1
  • m_k_plot
    MK检验程序,可广泛应用于气象、水文时间序列分析。(MK inspection procedures, can be widely used in meteorological, hydrological time series analysis.)
    2013-12-13 13:17:24下载
    积分:1
  • DTW
    DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,作为模版匹配的结果。(DTW algorithm procedures, apply two n* m matrix D, d, respectively, accumulated distance and frame matching distance. Where n and m is a reference test pattern and the template frames. Then through a loop to calculate two frames template matching distance d. Next, dynamic programming, for each grid point (i, j) are calculated from the cumulative D1 before the renewal of its three possible lattice point, D2, D3. Taking into account the boundary problem, some former continued grid point may not exist, so add some conditions to determine the final use of the minimum function min (), found three former continued accumulation of grid points cumulative distance as the distance from the current frame to match the d (i, j) added, and a current cumulative distance grid. This calculation has reached the grid (n, m), and D (n, m) output, as a result of template matching.)
    2014-05-05 14:30:21下载
    积分:1
  • shuangyuzhi
    说明:  最大熵双阈值分割算法,基于遗传算法优化的快速最大熵双阈值分割算法。(Maximum Entropy Double Threshold Segmentation and Fast Maximum Entropy Double Threshold Segmentation Based on Genetic Algorithms.)
    2021-01-05 21:28:55下载
    积分:1
  • 导弹模拟航迹
    导弹,飞行,航迹能够模拟在线飞行轨迹。比例导引理想弹道仿真Matlab代码 给出了比例导引法的差分方程, 采用Matlab语言, 对比例导引法的导弹理想弹道进行了三维数据仿真, 绘制出三维理想弹道。随导弹与目标参数变化情况, 对理想弹道的特性进行了分析。 -Missile simulation。所以比较好的参考价值。
    2022-02-04 02:47:38下载
    积分:1
  • xt
    说明:  神经网络pid飞行控制器设计,经典()
    2008-05-05 09:56:21下载
    积分:1
  • double
    一个用matlab编写的用公式算法解决微波网络中的双支节匹配的问题(An equation using matlab algorithm to solve microwave network using the double-stub matching problem)
    2013-10-28 12:52:14下载
    积分:1
  • PCA-tutorial
    A tutorial on Principal Components Analysis
    2013-10-01 18:59:31下载
    积分:1
  • matlab
    中科院的matlab课件,是非常不错的matlab学习资料,资料格式为ppt(Chinese Academy of Sciences matlab courseware is a very good Matlab learning materials, data format ppt)
    2013-04-23 10:26:30下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载