登录
首页 » matlab » Matlabstduy

Matlabstduy

于 2007-07-02 发布 文件大小:479KB
0 115
下载积分: 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 个回复

  • harwav_packet
    说明:  谐波小波包的应用程序,matlab源码,用于电信号分析(Harmonic wavelet packet applications, matlab source for signal analysis)
    2008-11-25 22:52:39下载
    积分:1
  • juxingbodao
    用matlab仿真出矩形波导中的电场,电流,磁场分布(Matlab simulation of the current, the magnetic field distribution of the electric field in a rectangular waveguide)
    2013-01-21 22:02:49下载
    积分:1
  • ant-code
    基于蚁周系统带有随机选择概率的MATLAB代码(MATLAB code based ant system with randomly selected week probabilities)
    2015-01-20 14:03:07下载
    积分:1
  • dace
    这个程序纪要是用于克里金差值拟合的dace调用,dace程序简化了克里金调用(The summary of this program is the dace call for the Kriging difference fitting. The dace program simplified the Kriging call.)
    2018-05-09 22:31:26下载
    积分:1
  • zenerate
    Td-scdma system level simulation platform of mobile communication system, can generate simulation framework
    2017-05-24 13:39:56下载
    积分:1
  • chap04
    这是较好的Matlab源代码,希望此代码能对大家有所帮助。(This is a better Matlab source code, I hope this code can be helpful to everyone.)
    2007-10-10 10:51:44下载
    积分:1
  • gridding
    Gridding is a method of interpolating data from an arbitrary 2D sampling pattern to a uniform grid. In MRI, this allows rapid image reconstruction. There are numerous publications on MR gridding reconstruction. The tar file includes numerous .m scripts, and C code that can be compiled to a .mex function. You will need to compile the MEX functions - in Matlab try "mex gridlut_mex.c" and "mex calcdcflut_mex.c" These should result in files gridlut_mex.mex??? and calcdcflut_mex.mex??? where ??? depends on your operating system. Run the function spiralexample.m in Matlab. (Gridding is a method of interpolating data from an arbitrary 2D sampling pattern to a uniform grid. In MRI, this allows rapid image reconstruction. There are numerous publications on MR gridding reconstruction. The tar file includes numerous .m scripts, and C code that can be compiled to a .mex function. You will need to compile the MEX functions- in Matlab try "mex gridlut_mex.c" and "mex calcdcflut_mex.c" These should result in files gridlut_mex.mex??? and calcdcflut_mex.mex??? where ??? depends on your operating system. Run the function spiralexample.m in Matlab. )
    2010-05-23 14:20:54下载
    积分:1
  • lorenz
    code for calculating the Lorenz attractor
    2011-06-02 00:25:07下载
    积分:1
  • incandadf
    由关联矩阵求邻接矩阵的MATLAB代码,附有清晰的注释(Seeking the MATLAB code of adjacency matrix by the correlation matrix )
    2014-08-28 15:57:12下载
    积分:1
  • la-modulation-AM-P
    AM-P Modulation (informatif signal, modulation, signal power, demodulation)
    2013-05-13 22:26:59下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载