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

MATLAB灰色预测代码

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

  • LBMpoiseuille
    Example codes for latiiic boltzmann
    2011-09-29 18:12:40下载
    积分:1
  • mohu
    现代信号处理最后一次大作业,模糊函数的实现并画出3D图(The last time a large modern signal processing operations, the realization of the ambiguity function and draw 3D map)
    2014-01-07 13:47:47下载
    积分:1
  • state estimation module
    说明:  电力系统最小二乘法状态估计模型 状态估计(Power System Least Squares State Estimation Model)
    2020-11-02 21:09:53下载
    积分:1
  • matlab-learning-stuff
    着重于matlab软件的基础学习及应用,适用于初学者,可以让你快速了解该软件并学会基本的应用(Matlab software focused on the basis of learning and application, suitable for beginners, allows you to quickly understand and learn the basic application software)
    2011-05-11 18:52:53下载
    积分:1
  • remote-sensing-image-correction
    用matlab写的用于遥感影像几何精校正的程序,可以进行一次,二次和三次多项式的校正(Write using matlab for remote sensing image geometric precision correction procedures can be the first, second and third order polynomial correction)
    2012-06-29 21:48:15下载
    积分:1
  • fenduanXXCZ
    基于matlab编写的分段线性插值计算,可用于高速铁路沉降预测中灰色理论和Asaoka算法的等时间间隔处理(Matlab prepared based on piecewise linear interpolation can be used for high-speed rail Settlement Prediction gray theory and Asaoka processing algorithms, such as the time interval)
    2021-03-28 15:59:11下载
    积分:1
  • RF
    说明:  轧制力拟合程序 基本思想是线性方程加BP补偿(Fitting procedures for rolling force basic idea is to increase BP compensation of linear equations)
    2007-07-16 17:22:51下载
    积分:1
  • ch2
    内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。(The contents of each chapter is relatively complete and independent it is a simple MATLAB reference books, both for beginners, but also to high-level MATLAB users. Of MATLAB and FORTRAN, C and other languages with a description of all MATLAB books is a major feature of the few.)
    2009-10-17 13:19:13下载
    积分:1
  • A_Guide_to_MATLAB_for_Beginners_and_Experienced_U
    A guide to using MATLAB for beginners and experienced users
    2010-12-05 23:56:53下载
    积分:1
  • beamlet
    采用beamlet变换方法,实现图像线特征提取,以此代码为基础的文章已被核心期刊录用(Beamlet transform methods used to achieve the image line feature extraction, this code is based on the core of the article has been hired Journals)
    2010-02-04 00:27:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载