登录
首页 » matlab » SMPC---Toolbox

SMPC---Toolbox

于 2020-10-11 发布 文件大小:72KB
0 242
下载积分: 1 下载次数: 34

代码说明:

  该 Stochastic Model Predictive Control Toolbox 可以根据系统提供的markov转移矩阵构建场景树,并根据场景树信息,构建MPC控制器,从而解决了SMPC问题(The Stochastic Model Predictive Control Toolbox can be transferred in accordance with markov matrix system constructed scene tree, and the tree information depending on the scene, building MPC controller to solve the problem SMPC)

文件列表:

smpc
....\examples
....\........\ex_bmtree.m,716,2004-03-16
....\........\ex_btree.m,341,2004-03-02
....\........\ex_IV_A1.m,1667,2004-04-04
....\........\ex_IV_A2.m,1652,2004-04-04
....\........\ex_IV_C.m,2270,2004-04-04
....\........\ex_IV_D.m,1794,2004-04-04
....\........\readme.txt,2577,2004-04-04
....\........\sys_IV_A1.mat,1184,2004-03-16
....\........\sys_IV_A2.mat,1184,2004-03-16
....\........\sys_IV_C.mat,1712,2004-03-16
....\........\sys_IV_D.mat,3944,2004-03-16
....\ex_bmtree.m,906,2014-10-19
....\ex_btree.m,341,2004-03-02
....\ex_IV_A1.m,1689,2014-10-08
....\ex_IV_A2.m,1652,2004-04-04
....\ex_IV_C.m,2270,2004-04-04
....\ex_IV_D.m,3000,2014-11-26
....\hs_err_pid7308.log,42334,2014-10-12
....\html
....\....\ex_IV_D.pdf,28932,2014-11-15
....\private
....\.......\p_krone.m,615,2004-03-17
....\.......\smpc_bsmpc_add_lp.m,3985,2004-03-18
....\.......\smpc_bsmpc_add_qp.m,4141,2004-03-18
....\.......\smpc_bsmpc_mod_lp.m,4132,2004-03-18
....\.......\smpc_bsmpc_mod_qp.m,4443,2014-11-26
....\.......\smpc_bsmpc_sce_lp.m,6929,2004-03-17
....\.......\smpc_bsmpc_sce_qp.m,4668,2014-11-24
....\.......\smpc_treeinf.m,6565,2014-11-17
....\readme.txt,2525,2014-11-26
....\shiyan
....\......\aa.m,780,2014-10-13
....\......\traj_yanzheng.m,1422,2014-10-13
....\smpc.m,1840,2004-03-17
....\smpc_addn.m,2153,2014-10-19
....\smpc_bsmpc.m,4693,2014-11-24
....\smpc_getinputn.m,692,2004-03-17
....\smpc_getinputs.m,587,2014-11-26
....\smpc_plot_tree.m,2407,2014-11-18
....\smpc_traj.m,2197,2014-10-20
....\smpc_treeinf.m,7002,2014-10-20
....\sys_IV_A1.mat,1184,2004-03-16
....\sys_IV_A2.mat,1184,2004-03-16
....\sys_IV_C.mat,1712,2004-03-16
....\sys_IV_D.mat,3944,2004-03-16
....\Untitled2.m,86,2014-10-11

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

发表评论

0 个回复

  • MKMsourcecode
    MKM分类算法的matlab程序实现。不是例程,自己编写并调试通过,能正确分类。(MKM classification algorithm matlab Program. Is not routine, I have written and debugged, to correct classification.)
    2010-05-22 18:30:44下载
    积分:1
  • 03
    说明:  分布的拟合与检验,描述性统计量和统计图,并检验分布(Fitting and testing, descriptive statistics and charts distribution)
    2014-08-17 17:19:47下载
    积分:1
  • fuzzy
    Fuzzy c-means clustering (FCM) with spatial constraints (FCM_S) is an effective algorithm suitable for image segmentation. Its effectiveness contributes not only to introduction of fuzziness for belongingness of each pixel but also to exploitation of spatial contextual information. Although the contextual information can raise its insensitivity to noise to some extent, FCM_S (1) still lacks enough robustness to noise and outliers and (2) is not suitable for revealing non-Euclidean structure of the input data due to the use of Euclidean distance (L2 norm).
    2014-12-28 01:47:38下载
    积分:1
  • Fuzzyfor
    Fuzzy Logic Controller for an Inverted Pendulum System using
    2013-11-13 15:04:38下载
    积分:1
  • dspmatlab
    说明:  数字信号处理实验(matlab版)书的参考程序 MATLAB例题文件夹(Digital Signal Processing Experiment (matlab version) reference book example MATLAB program folder)
    2009-08-20 22:08:24下载
    积分:1
  • Adaptc
    adptc the code for adptc its an exellent one
    2009-11-17 18:11:04下载
    积分:1
  • timefren
    短时傅里叶分析短时傅里叶分析短时傅里叶分析(Short-time Fourier analysis of short-time Fourier analysis of short-time Fourier analysis)
    2010-12-06 10:58:33下载
    积分:1
  • fungry1
    说明:  matlab gm(1,n)程序 希望对灰色系统研究者有所帮助(matlab gm (1, n) process researchers hope to help the gray system)
    2011-03-30 11:20:07下载
    积分:1
  • jjj
    Extended Kalman Filter MATLAB code
    2013-08-18 15:32:50下载
    积分:1
  • Sistemas-operacionais
    For this experiment introduced new concepts regarding the implementation methods of IPC. Through the use of signals was possible interruptions. And with the use of shared memory, it was possible to make calls between processes, by sending signals. The use of signals requires a signal handler, who treats upon arrival. The use of the program becomes asynchronous signals, which require more care during handling of the instructions. Experiment 1 allows learning about creation of concurrent processes in the Operating System (OS) Unix. However, the creation process is not at all helpful. There are applications that require that there be some method that enables the sharing of data (information) between processos.x
    2012-12-02 00:14:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载