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

MATLAB灰色预测代码

于 2022-01-27 发布 文件大小:3.71 MB
0 64
下载积分: 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 个回复

  • Qi-FanYangcasesetsofmathematicalmodeling
    杨启帆数学建模案例集,包括各种数学建模算法的实例,解法和解决方案,有例子,有解析(Qi-Fan Yang case sets of mathematical modeling, including mathematical modeling algorithm examples, solutions and solutions with examples, there are analytical)
    2020-11-22 15:39:35下载
    积分:1
  • sourcecode3
    Code to implement Back propagation network algorithm
    2011-01-19 21:48:01下载
    积分:1
  • HUFFMAN
    huffman coding implementation
    2012-05-28 20:28:32下载
    积分:1
  • Matlab-programming
    Matlab编程(第一版)-入门教材,包含原文和源代码。(Matlab programming (first edition)- entry materials, including text and source code. )
    2013-08-13 09:58:26下载
    积分:1
  • TMM
    雷塞的6480运动控制卡,全套demo,注释详细(Raiser s 6480 motion control card, a full demo, detailed notes)
    2014-08-18 22:45:39下载
    积分:1
  • ex8
    BER versus SNR performance for wireless communications
    2013-11-14 12:29:00下载
    积分:1
  • EOF
    说明:  matlab做eof的一个例子,气象上常用做气候分析(an example of eof with matlab)
    2018-12-27 11:28:58下载
    积分:1
  • GOS_CFAR
    说明:  广义有序统计类恒虚警检测器(GOS-CFAR),包括广义有序平均检测(GOSCA)和广义有序最值检测(GOSGO和GOSSO)(detectors based on the general ordered statistic constant false alarm rate (GOS-CFAR) technique.)
    2019-01-25 15:13:33下载
    积分:1
  • 无刷直流电机调速系统,采用双闭环电流斩波控制
    说明:  无刷直流电机调速系统,采用双闭环电流斩波控制(Brushless DC motor speed control system with double closed loop current chopper control)
    2020-08-28 11:28:12下载
    积分:1
  • C-Cmethod
    C-CMethod.m C-C法主函数,调用方式见函数体 correlation_integral.m 关联积分求解(被C-C法主函数调用) disjoint.m 将时间序列分为t个不相交的向量 heaviside.m 判断函数>0为1,<0为0 reconstitution.m 相空间重构函数 lorenz_phase.m 实验函数,用lorenz系统测试C-C法 lorenz_sim.mdl 用simulink建立的lorenz系统(C-CMethod.m CC method main function, see the body of the function invocation correlation_integral.m correlation integral solution (CC method is the primary function call) disjoint.m time series is divided into t disjoint vector heaviside.m determine the function> 0 1, < 0 0 reconstitution.m experimental phase space reconstruction function lorenz_phase.m function lorenz system test with CC method lorenz_sim.mdl established lorenz system with simulink)
    2013-09-04 19:30:46下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载