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

MATLAB灰色预测代码

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

  • Eye_Recog._Sys
    matlab eye recognition system source code
    2011-05-08 02:31:06下载
    积分:1
  • 证据融合
    说明:  网上大多数matlab代码跑出来的结果不准确,在原有基础上改了一下,但只能在证据之间不产生冲突情况下使用(Most of the MATLAB codes on the Internet run out of inaccurate results. They have been modified on the original basis, but can only be used in cases where there is no conflict between the evidences.)
    2019-07-11 15:22:26下载
    积分:1
  • problemandanswer
    MATLAB中一些常见的问题与处理的方法,英语版的(MATLAB, some common problems and treatment methods, the English version of)
    2009-10-18 23:02:19下载
    积分:1
  • heidary3
    this file is about risk managment in marketing....
    2013-05-25 13:44:20下载
    积分:1
  • w3school_AngularJS_flygon_20141001
    w3school AngularJS教程 飞龙整理 20141001(w3school AngularJS flygon 20141001)
    2014-10-01 02:41:49下载
    积分:1
  • MicrosoftWord5
    算法由于提供了一个预测值,相对来说有简化.第五种方法,也就是ode45所得的精度最高尺度到了1e-18...简直可怕!一般很少有工程问题是它不能够满足的了,能够看出,解的差别在本问题里已经很明显了. (algorithm providing a predictive value, a relatively simplified. Fifth, ode45 is the highest accuracy of a scale of e-18 ... is simply terrible! it seldom works that asked that is not able to meet it in the can see that the solution of differences in the issues it is already very clear.)
    2007-04-17 16:09:09下载
    积分:1
  • blindwatermark
    数字水印程序,包括多分辨嵌入水印、提取水印程序,盲水印嵌入、提取程序,以及滤波攻击和JPEG攻击程序,PSNR和相似度计算公式(MATLAB)(digital watermarking procedures, including multiresolution embedded watermark, watermark extraction procedure, blind watermark embedding and extraction procedures, Filtering and attack and attack JPEG procedures, PSNR and the similarity calculation formula (MATLAB))
    2007-05-28 13:28:26下载
    积分:1
  • sheji
    美图秀秀一些基本功能用matlab实现,用于各种数字图像处理设计(Meitu Xiu Xiu using MATLAB to achieve some basic functionsDigital image processing design)
    2015-06-29 20:51:32下载
    积分:1
  • m11438
    Ensemble Kalman Filter (EnKF) data assimilation methods can be avoided in the EKF covariance forecasting the evolution equation arising in the course of the calculation is not accurate and on the covariance matrix of a large amount of data storage problems
    2010-11-09 19:56:53下载
    积分:1
  • xyz2enu
    卫星在WGS84坐标系下的坐标转换为站心坐标(WGS84 coordinates to topocentric coordinates)
    2021-04-26 10:58:46下载
    积分:1
  • 696518资源总数
  • 105578会员总数
  • 20今日下载