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

MATLAB灰色预测代码

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

  • matlab
    matlab教程 matlab编程(最好中文教程)(matlab tutorial matlab tutorial)
    2011-01-05 10:28:47下载
    积分:1
  • Kalmanfilter_GUI
    kalman滤波GUI(matlab6.5) m代码在m_files目录中,主函数为fildis 执行独立exe时,需..inwin32下的dll支持.可以在autoexec.bat中加入此目录, 也可将dll文件拷出放入同一目录下,对于独立exe若要从mat文件初始化,mat文件目录全名需无中文字符。 可以作为设计各种kalman滤波器的开发导航,参数可以自己设置。(Kalman filtering GUI (matlab6.5) m in m_files code directory , the main function of an independent fildis exe, need .. bin dll under win32 support. in the autoexec.bat to add this Contents may also be dll Add document beat out the same directory, independent exe To initialize the document from the mat, mat directory full name needs no Chinese characters. Can be used as the design of the Kalman filter developed navigation, their parameters can be set up.)
    2006-12-08 19:18:08下载
    积分:1
  • Project_4_haze-removal
    haze removal code using matlab . software based taken a research paper
    2014-11-12 15:52:32下载
    积分:1
  • RX
    说明:  高光谱遥感图像异常检测算法经典算法-RX算法(Hyperspectral image anomaly detection algorithm algorithm classical algorithm-RX)
    2014-12-17 23:23:45下载
    积分:1
  • HowtouseGui__sinMatLab
    HowtouseGui__sinMatLab
    2014-02-26 02:03:21下载
    积分:1
  • 利用Murty方法实现K-Best算法
    利用Murty算法实现K-best,找出k个最小代价的分配方式,其中的分配算法由匈牙利方法实现。。。。。
    2022-08-13 23:25:04下载
    积分:1
  • MLDemos-0.1.2-win
    gaussian mixture and em algorithm
    2010-10-28 13:42:53下载
    积分:1
  • neural-network-(gabor)
    This for neural network gabor
    2011-06-24 10:41:44下载
    积分:1
  • bagmres
    BA_GMRES 内迭代预处理的GMRES(Inner-iteration for GMRES)
    2013-11-12 11:39:51下载
    积分:1
  • mxulie
    m序列的生成代码,使用程序在matlab上生成m序列,引用后实现其他功能(M sequence generation code, use the program in matlab generated on the m sequence, after the reference to implement other functions)
    2015-04-21 15:59:32下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载