登录
首页 » Matlab » MATLAB灰色预测代码

MATLAB灰色预测代码

于 2022-01-27 发布 文件大小:3.71 MB
0 126
下载积分: 2 下载次数: 4

代码说明:

灰色预测模型matlab程序 (2007-05-31 11:02:49) 标签:灰色模型 gm(1 1) 二次拟合 matlab   灰色模型预测是在数据不呈现一定规律下可以采取的一种建模和预测方法,其预测数据与原始数据存在一定的规律相似性下面程序是灰色模型GM(1,1)程序二次拟合和等维新陈代谢改进预测程序,matlab6.5 %x = [5999,5903,5848,5700,7884];gm1(x);  测试数据 %二次拟合预测GM(1,1)模型function  gmcal=gm1(x)sizexd2 = size(x,2);%求数组长度k=0;for y1=x    k=k+1;    if k>1        x1(k)=x1(k-1)+x(k);        %累加生成        z1(k-1)=-0.5*(x1(k)+x1(k-1));           %z1维数减1,用于计算B        yn1(k-1)=x(k);    else        x1(k)=x(k);    endend%x1,z1,k,yn1sizez1=size(z1,2);%size(yn1);z2 = z1";z3 = ones(1,sizez1)";YN = yn1";   %转置%YN

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

发表评论

0 个回复

  • Face-Eye-Detection
    此matlab程序,用来检测并定位人脸及人眼。采用的算法是肤色的颜色分隔。附件中的文件包括 eyematch.m, eyematch2.m, face.m, findeye.m,skin.m, k001.JPG等等(This matlab procedures used to detect and locate human faces and the human eye. Algorithm used in the color of skin are separated. Attachment of documents including eyematch.m, eyematch2.m, face.m, findeye.m, skin.m, k001.JPG and so on)
    2021-05-12 20:30:02下载
    积分:1
  • GenPN
    生成PN序列(伪随机噪声序列),阶数包括2阶,3阶,4阶,5阶,6阶,7阶,8阶。并在前面补0后形成相应的2的幂次长的序列。(Generated PN sequences (pseudo-random noise sequence), including the orders of 2 order, 3 order, 4 order, 5 order, 6 order, 7 order, 8 order. And fill in front of 0 after the formation of the corresponding power of 2-long sequence.)
    2009-03-29 23:46:11下载
    积分:1
  • ga_estimation
    遗传算法估计参数 模型y=a1+a2*exp(-t) 参数a1,a2∈[0,10] (Parametric estimation of model y=a1+a2*exp(-t))
    2009-11-14 00:01:32下载
    积分:1
  • matlabsimulink-Control-and-Simulation
    有关matlab simulink控制与仿真的很好的教程,可轻松教导你学会用该软件仿真控制系统(The matlab simulink control and simulation of a good tutorial to teach you easily learn to use the software control system simulation)
    2010-05-06 17:57:10下载
    积分:1
  • elm112
    it s un neural network Elman with train sim..
    2011-05-15 22:03:19下载
    积分:1
  • galerkin
    KL展开随机场的程序,利用伽辽金法计算,几个类型的相关函数(The program of KL expansion random field is calculated by Galerkin method)
    2021-02-04 11:49:58下载
    积分:1
  • 亲测可用的压缩感知的信号处理应用源程序
    微分方程组数值解方法,保证准确无误,是学习通信的好帮手,有详细的注释,非常适合计算机视觉方面的研究使用,三相光伏逆变并网的仿真,实现串口的数据采集。
    2022-04-24 06:09:09下载
    积分:1
  • 8puzzle
    this is an 8 puzzle solver used depth search as basis.
    2010-09-19 17:34:18下载
    积分:1
  • Huffmanmodificat
    matlab implementation of rlc+huffman coding for grayscale images
    2011-01-13 02:57:56下载
    积分:1
  • harmonic_synth_v02
    说明:  EGM2008球谐函数计算程序,展开到2160阶。(EGM2008 HarmonicSynthesissoftware)
    2010-04-16 22:44:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载