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

MATLAB灰色预测代码

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

  • ACATSP
    说明:  基于蚁群算法的TSP问题求解的MATLAB程序(TSP problem based on ant colony algorithm for solving the MATLAB program)
    2010-04-23 21:43:16下载
    积分:1
  • SVM-toolbox
    用于分类的matlab工具箱,供大家学习交流(Matlab toolbox for classification ,We can exchange advices with it.)
    2009-04-07 22:23:53下载
    积分:1
  • Sources
    MATLAB遗传代码的源码 具体如何使用?希望能受到指点(MATLAB specific genetic code of the source how to use? Want to be pointing)
    2009-04-11 15:50:26下载
    积分:1
  • Automatic_Modulation_Recognition_of_Communication_
    信号识别经典教材 Automatic Modulation Recognition of Communication Signals(Automatic Modulation Recognition of Communication Signals)
    2010-12-30 10:23:52下载
    积分:1
  • shuxue
    这些资料都是有关数学建模的资料,包含多种算法,包括遗传算法,灰色预测等,希望对大家有帮助。(These data are related to the mathematical modeling of information, including a variety of algorithms, including genetic algorithm, the gray prediction, we want to help.)
    2011-09-18 22:03:31下载
    积分:1
  • ContrlSysSim_zx
    中国石油大学张欣老师的 控制系统仿真 的学习教程。包括ppt及matlab程序。(China University of Petroleum teacher Zhang control system simulation tutorials. Including ppt and matlab program.)
    2015-04-05 09:25:45下载
    积分:1
  • GT
    说明:  在无线传感器网络中,节点间的重复博弈,最后得到最优解,使系统性能最佳状态(In wireless sensor networks, repeated games between nodes, and finally get the optimal solution, so that system performance status)
    2015-11-02 17:35:14下载
    积分:1
  • 22500794GA-SVM
    本程序事实现遗传算法(GA)优化支持向量机(SVM),具有很好的学习价值。(This procedure to achieve something genetic algorithm (GA) optimization support vector machine (SVM), having a good learning value.)
    2017-03-13 19:40:13下载
    积分:1
  • 01-LSB-image
    说明:  LSB算法在图像中隐藏文本信息,实现效果良好,分享给大家(The LSB algorithm hides the text information in the image to achieve good results and share it with everyone)
    2020-06-19 21:52:34下载
    积分:1
  • dct
    说明:  离散余弦变换,实现数据的压缩以及相应噪声的去除(Discrete cosine transform, data compression and noise removal of the corresponding)
    2011-03-06 19:52:32下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载