登录
首页 » matlab » Matlabstduy

Matlabstduy

于 2007-07-02 发布 文件大小:479KB
0 253
下载积分: 1 下载次数: 21

代码说明:

  Matlab高级学习讲义,共有5章内容,主要是在控制方面的源代码!(Matlab Advanced Learning overhead, a total of five chapters, mainly in the control of the source code!)

文件列表:

Matlab讲义高级
..............\ch1
..............\...\callcheck.m
..............\...\exm1_2.mdl
..............\...\exp1_1.m
..............\...\exp1_2.m
..............\...\exp1_3.m
..............\...\gui1.mat
..............\...\s.mat
..............\...\y.mat
..............\ch2
..............\...\data.mat
..............\...\exmdl2_1.m
..............\...\exp2_1.m
..............\...\exp2_10.m
..............\...\exp2_11.m
..............\...\exp2_12.m
..............\...\exp2_13.m
..............\...\exp2_13_.m
..............\...\exp2_14.m
..............\...\exp2_15.m
..............\...\exp2_16.m
..............\...\exp2_17.m
..............\...\exp2_2.m
..............\...\exp2_3.m
..............\...\exp2_3_.m
..............\...\exp2_4.m
..............\...\exp2_4_.m
..............\...\exp2_5.m
..............\...\exp2_5_.m
..............\...\exp2_6.m
..............\...\exp2_7.m
..............\...\exp2_8.m
..............\...\exp2_9.m
..............\...\mean.m
..............\...\myhilb.m
..............\...\myhilb1.m
..............\...\prods.m
..............\...\sumhe.m
..............\ch3
..............\...\elecsys.m
..............\...\exp3_1.m
..............\...\exp3_2.m
..............\...\exp3_3.m
..............\...\exp3_4.m
..............\ch4
..............\...\exm4_17.mdl
..............\...\exp4_1.m
..............\...\exp4_10.m
..............\...\exp4_10_.m
..............\...\exp4_10__.m
..............\...\exp4_11.m
..............\...\exp4_11_.m
..............\...\exp4_12.m
..............\...\exp4_12_.m
..............\...\exp4_13.m
..............\...\exp4_14.m
..............\...\exp4_14_.m
..............\...\exp4_15.m
..............\...\exp4_16.m
..............\...\exp4_17.m
..............\...\exp4_18.m
..............\...\exp4_19.m
..............\...\exp4_2.m
..............\...\exp4_20.m
..............\...\exp4_21.m
..............\...\exp4_22.m
..............\...\exp4_23.m
..............\...\exp4_24.m
..............\...\exp4_3.m
..............\...\exp4_3_.m
..............\...\exp4_4.m
..............\...\exp4_5.m
..............\...\exp4_6.m
..............\...\exp4_6_.m
..............\...\exp4_7.m
..............\...\exp4_8.m
..............\...\exp4_9.m
..............\...\exp4_9_.m
..............\...\stepchar.m
..............\ch5
..............\...\continuous.mdl
..............\...\csfunc.m
..............\...\dianlu.mdl
..............\...\discrete.mdl
..............\...\dsfunc.m
..............\...\exm5_1.mdl
..............\...\exm5_2.mdl
..............\...\exm5_3.mdl
..............\...\exm5_4.mdl
..............\...\exm5_5.mdl
..............\...\exm5_6.mdl
..............\...\exp5_1.mdl
..............\...\exp5_10.mdl
..............\...\exp5_2.mdl
..............\...\exp5_3.mdl
..............\...\exp5_4.mdl
..............\...\exp5_5.mdl
..............\...\exp5_6.mdl
..............\...\exp5_7.mdl

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

发表评论

0 个回复

  • soliton
    求解孤子方程的matlab源码,可用于光通信系统仿真(solving soliton equation in matlab)
    2011-01-04 09:54:13下载
    积分:1
  • 3
    说明:  反演自适应动态滑模控制,可以有效降低抖振(Inversion adaptive dynamic sliding mode control can effectively reduce the chattering)
    2013-10-11 16:29:22下载
    积分:1
  • vmd-test
    vmd源程序的修改版,看起来没那么费尽,更容易懂。(vmd source of the modified version, does not look so racked and easier to understand.)
    2016-09-08 17:35:16下载
    积分:1
  • parallel_iterative_deconvolution-1.9-bin
    hi , i am a sudent in american- libanaise university
    2012-03-30 16:38:26下载
    积分:1
  • xiangguanfig
    在雷达系统中,改善因子相对于非相干积累脉冲数的关系曲线。(In the radar system, the improvement factor with respect to the number of non-coherent accumulation curve pulses.)
    2013-10-21 10:16:32下载
    积分:1
  • A-Variable-Step-Size-LMS-Algorithm
    一种变步长的归一化最小均方自适应滤波算法的实现(A variable step size normalized least mean square adaptive filter algorithm to achieve)
    2011-06-22 22:38:08下载
    积分:1
  • 一个GA-PSO算法 GAPSO-share
    我从网上下载了一个GA-PSO算法,试着利用GA和PSO组合的策略进行优化,结果算法很问题,效率和不错。我下载原始算法,有一个问题就是它是针对所有的设计变量上下限都是一样的,所以我对程序进行了修改与改进,现在可以处理上下限不一致的问题,同时fix了一些bug。(GA GA and PSO algorithm matlab program combined ion group When doing optimization, first choose the GA algorithm, but the instability of the GA (or into a local optimum) it drives people crazy, even after twice the difference results can sometimes reach 30 or more, but because of time reason, I had to choose the optimal 1000, then the minimum of which the most optimal solution. Although the problem is considered solved, but will be from an academic, which makes Ben is very embarrassing. So, I downloaded a GA-PSO algorithm, try to use a combination of GA and PSO optimization strategy, the results of algorithm is the problem, efficiency and good. I downloaded the original algorithm, there is a problem is that it is the design variables for all upper and lower limits are the same, so I had to modify and improve the program, can now handle upper and lower limits inconsistencies, and fix some bug.)
    2020-06-27 05:20:02下载
    积分:1
  • course-of-MATLAB2010a-Zhangzhiyong
    MATLAB2010a教程,适合于MATLAB的初学者学习!(MATLAB2010a tutorial)
    2012-11-27 18:27:26下载
    积分:1
  • DL_Hand_book
    这是介绍人工智能中描述逻辑的经典参考书,简要易懂。(This is to introduce artificial intelligence in the classic description logic reference, a brief and understandable.)
    2010-09-29 11:21:42下载
    积分:1
  • niudongxiashan
    说明:  利用matlab实现牛顿下山法,便于数值分析计算(matlab niudunxiashan)
    2011-04-04 21:41:04下载
    积分:1
  • 696516资源总数
  • 106642会员总数
  • 12今日下载