登录
首页 » matlab » LMI

LMI

于 2010-07-03 发布 文件大小:136KB
0 330
下载积分: 1 下载次数: 95

代码说明:

  LMI求解问题的简单例子,较为详细的阐述了线性矩阵不等式的工作求解过程(LMI solving problems in a simple example, described in more detail the work of LMI solving process)

文件列表:

仿真
....\仿真
....\....\compare.eps,12489,2008-06-08
....\....\compare.fig,15255,2008-06-08
....\....\figure1.asv,1100,2008-06-08
....\....\figure1.m,1292,2008-09-06
....\....\gxg.eps,9866,2008-06-08
....\....\newreliable variable.txt,629,2008-06-05
....\....\nominalreliablefilter.m,8923,2008-09-06
....\....\plant.m,9988,2008-06-11
....\....\reliblefilter.mdl,27846,2008-09-06
....\....\rsff.eps,11209,2008-09-06
....\....\rsff.fig,13380,2008-09-06
....\....\rsff1.eps,11542,2008-09-06
....\....\rsfn.eps,11279,2008-09-06
....\....\rsfn.fig,13094,2008-09-06
....\....\rsfn1.eps,11596,2008-09-06
....\....\standardzout.m,8932,2008-06-05
....\....\standarfilter.m,8934,2008-06-08
....\....\vsreliablefilter.m,11907,2008-09-06
....\....\vsstandarfilter.m,11928,2008-09-06
....\....\w.eps,10459,2008-06-08
....\....\w.fig,10197,2008-06-08
....\....\w.m,9002,2008-06-11
....\....\youstandar.m,9909,2008-06-11
....\....\yout.m,10350,2008-06-11
....\....\zout.m,8932,2008-06-05
....\....\新建 文本文档.txt,121,2008-09-06
....\仿真 麻毓强
....\...........\controlnew.m,22382,2009-10-14
....\...........\dynamic.m,27406,2009-10-21
....\...........\dynamictu.m,2972,2009-10-21
....\...........\multiSwitch.m,30982,2009-06-07
....\...........\multiSwitchmyq.m,34884,2009-06-10
....\...........\stateback2.m,6838,2009-10-11
....\...........\stateback2tu.m,3877,2009-10-21
....\...........\tu.m,3782,2009-06-08
....\...........\tu1.m,2798,2009-10-20
....\...........\un2.m,4369,2003-05-21
....\...........\un5.m,4384,2009-03-08
....\...........\Uncertaintw.m,1901,2006-03-20
....\...........\wangfilterwwNew.m,25751,2009-10-30

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

发表评论

0 个回复

  • matlab
    迪杰斯特拉算法求最短路径,经典的求解最短路径算法等(Dijstrala algorithm solve the shortest—paths problems)
    2010-07-12 20:54:07下载
    积分:1
  • [matlab]
    模糊核聚类算法的几篇论文及matlab源码,可以以练代学,更好掌握模糊聚类方法。(Fuzzy Kernel Clustering Algorithm matlab several papers and source code, can be practicing on behalf of science, to better grasp the fuzzy clustering method.)
    2009-05-01 17:29:48下载
    积分:1
  • StepclassV2
    逐步判别分析的主函数 用于分类 [sel,c,c0,re,P]=StepclaassV2(data,[50 50 50],data,10) 输入变量 x为训练集.每行为一个样本,每列为一个变量. Class_x,为训练集的分类情况,一行,为各类样本数量,例如[5 6 9] Test为待分类样本. 输出变量:sel为选择的变量序号,c,c0为拟合出的判别函数.re为对Test的判别结果,P为其后验概率. author 王新 2012.4.8 例子Sample: load fisheriris x=meas Class_x=[50,50,50] Test=meas(1:5,:) Fa1=4 [sel,c,c0,re,P]=StepclaassV2(x,Class_x,Test,Fa1)( Stepwise discriminant analysis for the classification of the main function [sel, c, c0, re, P] = StepclaassV2 (data, [50 50 50], data, 10) input variables x as the training set, each conduct a sample of each as a variable. Class_x, the classification for the training set, a row, the number of samples for all types, for example, [5 6 9] Test sample to be classified. output variable: sel for the selected variables serial number, c, c0 is fitted discriminant function. re discrimination results for the Test, P its posterior probability. author Wang 2012.4.8 examples Sample: load fisheriris x = meas Class_x = [50,50,50] Test = meas (1:5, :) Fa1 = 4 [sel, c, c0, re, P] = StepclaassV2 (x, Class_x, Test, Fa1))
    2020-09-18 12:27:56下载
    积分:1
  • tools
    非线性振动必备工具箱,里面有详细的步奏讲解,频谱分析,poincare截面,分岔图,李雅普洛夫图(onlinear vibration necessary toolbox, There are detailed explanations of the steps for spectrum analysis, poincare section, bifurcation diagram and lyapunov figure )
    2012-03-27 20:37:47下载
    积分:1
  • FDTD-1D-in-Debye-Media
    This FDTD 1D simulation based on Dennis Sullivan book s. Wave propagation in vacuum bacground and penetrates Debye media.
    2012-11-13 15:44:28下载
    积分:1
  • gnet_init
    无标度网络传染病程序子程序 生成节点参数、属性矩阵,本文四个属性(Subprograms for Scale- free Network Infectious Diseases Generate node parameters, attribute matrix, this paper four properties)
    2020-12-09 17:39:18下载
    积分:1
  • powerspectrum
    根据功率谱的原始定义编制的功率谱分析程序,相比于周期图、welch法等更简洁,但分辨率不高。(spectrum analysis based on self-correlation)
    2010-03-10 15:33:36下载
    积分:1
  • wavelettransformandMATLAB
    详细讲解了小波变换原理,运用。matlab的小波工具箱等。对初学者有较大的帮助。(Elaborate on the principles of wavelet transform, apply. matlab wavelet toolbox and so on. For beginners, a greater help.)
    2010-03-13 10:28:28下载
    积分:1
  • Get-the-most-value-program
    利用MATLAB软件求函数最值的程序,解决高次幂球复杂函数最值的问题。(Using MATLAB software function or the most value, high order power ball complex function most value problem)
    2014-08-29 16:16:16下载
    积分:1
  • vfh1
    VFH+ 机器人matlab改进测试代码(VFH+ improved testing robot matlab code)
    2020-09-17 16:07:56下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载