登录
首页 » matlab » 1111

1111

于 2018-04-18 发布 文件大小:80KB
0 201
下载积分: 1 下载次数: 21

代码说明:

  MATLAB实现隐马尔科夫模型预测,这里举例说明,示例代码。(MATLAB---HMM prodict)

文件列表:

MS_AR_FEX, 0 , 2008-09-29
MS_AR_FEX\About_the_MS_AR_Models.pdf, 59610 , 2008-09-29
MS_AR_FEX\Example_Data.mat, 3775 , 2007-08-29
MS_AR_FEX\Example_MS_AR_Fit.m, 564 , 2008-09-29
MS_AR_FEX\Example_MS_AR_Fit_t_dist.m, 564 , 2008-07-20
MS_AR_FEX\Example_MS_AR_Fit_with_MEX.m, 1281 , 2008-07-20
MS_AR_FEX\Example_MS_AR_For.m, 801 , 2008-07-20
MS_AR_FEX\Example_MS_AR_Simul_2_States.m, 1275 , 2008-01-20
MS_AR_FEX\Example_MS_AR_Simul_2_States_t_dist.m, 1393 , 2008-01-20
MS_AR_FEX\Example_MS_AR_Simul_3_States.m, 1472 , 2008-01-20
MS_AR_FEX\Example_MS_AR_Simul_and_Fit_2_States.m, 2239 , 2008-07-20
MS_AR_FEX\Example_MS_AR_Simul_and_Fit_2_States_t_dist.m, 2385 , 2008-07-20
MS_AR_FEX\Example_MS_AR_Simul_and_Fit_3_States.m, 2582 , 2008-07-20
MS_AR_FEX\Example_MS_AR_Simul_and_Fit_4_States.m, 2880 , 2008-07-20
MS_AR_FEX\m_Files, 0 , 2008-08-05
MS_AR_FEX\m_Files\confuneq_MS_AR.m, 374 , 2008-04-27
MS_AR_FEX\m_Files\getvarMatrix_MS_AR.m, 4469 , 2008-08-05
MS_AR_FEX\m_Files\mex_MS_Filter.cpp, 1857 , 2008-04-28
MS_AR_FEX\m_Files\MS_AR_Fit.m, 11037 , 2008-09-29
MS_AR_FEX\m_Files\MS_AR_For.m, 2181 , 2008-06-06
MS_AR_FEX\m_Files\MS_AR_Lik.m, 3432 , 2008-09-29
MS_AR_FEX\m_Files\MS_AR_Sim.m, 5568 , 2008-01-20
MS_AR_FEX\m_Files\nr3matlab.h, 19482 , 2008-04-28
www.downma.com.txt, 151 , 2017-12-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 歌词
    学习和参考,源码带有很强的娱乐性,可以欣赏一下C语言的代码可以混乱到什么程度。(Learning and reference, source code with a very entertaining, you can appreciate the C language code can be confusing to what extent.)
    2018-05-31 23:22:37下载
    积分:1
  • 单一河道矩形断面非恒定 fortran
    说明:  河道非恒定流模拟程序,基于pressiman格式,可以直接运行,也可修改用于自己的实例(Simulation program of unsteady flow in river channel based on presiman scheme)
    2020-06-07 12:45:24下载
    积分:1
  • 价值750的后台响应式汉化模板
    说明:  后台ui框架源码 包含登陆 注册 后台首页 文章列表 用户列表等等(Background UI framework source code)
    2020-06-19 05:40:01下载
    积分:1
  • ayadi2015
    Sliding mode approach for blade pitch angle control wind turbine using PMSG under DTC
    2017-11-09 18:50:14下载
    积分:1
  • Delphi个人信息管理系统
    Delphi个人信息管理系统,数据库基于Access,可学习一下常用的数据库操作,比如添加、删除、修改和查询数据等,编写方面全部使用Delphi7自带控件,在D7环境下可直接编译运行,登录不对的朋友,可直接修改Access里的密码。
    2022-12-25 08:05:03下载
    积分:1
  • CoolMeeting
    一个简单的公司管理会议系统带sql数据库文件 下载就可以使用(A simple company management conference system)
    2017-11-26 19:54:25下载
    积分:1
  • AD737 PROTEL library files, very useful priotael Library
    AD737 PROTEL库文件,很有用的priotael库-AD737 PROTEL library files, very useful priotael Library
    2022-05-13 03:09:39下载
    积分:1
  • 添加memberadd memberadd memberadd memberadd成员
    添加成员添加成员添加成员添加成员添加成员添加成员
    2022-12-02 14:40:04下载
    积分:1
  • c语言编程软件Dev-Cpp最新中文版
    c语言编程软件Dev-Cpp最新中文版C programming language Dev-Cpp, the latest Chinese version(C programming language Dev-Cpp, the latest Chinese version)
    2017-07-17 14:23:37下载
    积分:1
  • PAT
    Given N rational numbers in the form "numerator/denominator", you are supposed to calculate their sum. 输入描述: Each input file contains one test case. Each case starts with a positive integer N (<=100), followed in the next line N rational numbers "a1/b1 a2/b2 ..." where all the numerators and denominators are in the range of "long int". If there is a negative number, then the sign must appear in front of the numerator. 输出描述: For each test case, output the sum in the simplest form "integer numerator/denominator" where "integer" is the integer part of the sum, "numerator" < "denominator", and the numerator and the denominator have no common factor. You must output only the fractional part if the integer part is 0.(Input Description: Each input file contains one test case. Each case starts with a positive integer N (<=100), followed in the next line N rational numbers "a1/b1 a2/b2 ..." where all the numerators and denominators are in the range of "long int". If there is a negative number, then the sign must appear in front of the numerator. Output Description: For each test case, output the sum in the simplest form "integer numerator/denominator" where "integer" is the integer part of the sum, "numerator" < "denominator", and the numerator and the denominator have no common factor. You must output only the fractional part if the integer part is 0.)
    2019-03-02 14:33:27下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载