登录
首页 » MathCAD » Matlab

Matlab

于 2008-12-24 发布 文件大小:479KB
0 293
下载积分: 1 下载次数: 1

代码说明:

  matlab高级讲义,里面涵盖了MATLAB的几乎所有需要用到的模块。(matlab senior notes, which covers almost all MATLAB needed module.)

文件列表:

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 个回复

  • filter_Matlab_Code
    统计信号处理,恒增益滤波器的设计的设计方法,如卡尔曼滤波滤波器等。(Statistical signal processing, the design of the constant-gain filter design method, such as Kalman filtering filters, etc..)
    2012-09-20 18:20:51下载
    积分:1
  • SIFT
    SIFT特征提取程序,matlab编写。SIFT是图像上的某种特征,具有尺度,光照,甚至仿射不变性,广泛的用于图像拼接,目标检测,目标跟踪等应用中。(SIFT descriptor)
    2013-11-26 21:58:30下载
    积分:1
  • MIT6_094IAP10_assn01.pdf
    麻省理工学院introduction to matlab课程作业指导,包含matlab实例,相互交流(excellent matlab exercises homework for improving matlab )
    2015-01-15 15:21:45下载
    积分:1
  • tougun
    多元数据分析的主分量分析投影,esprit算法对有干扰的信号频率进行估计,能量谱分析计算。( Principal component analysis of multivariate data analysis projection, esprit algorithm signal frequency interference can be assessed Energy spectrum analysis and calculation.)
    2016-11-06 20:37:24下载
    积分:1
  • m1c
    closed loop control of insuction machine
    2014-08-11 02:53:42下载
    积分:1
  • ga
    说明:  一种改进型遗传算法。主要利用多种群协同竞争的方法,来提升算法的精度和鲁棒性,避免算法不成熟而导致提前收敛。(An improved genetic algorithm.The method of multi-group cooperative competition is mainly used to improve the accuracy and robustness of the algorithm, and avoid the premature convergence of the algorithm.)
    2018-07-23 14:31:56下载
    积分:1
  • hb_to_msm
    将利用HBMAT读出来的hb文件转换为matlab稀疏存贮,得到结构刚度阵质量阵等等(Will be read out by HBMAT hb files into matlab sparse storage, mass matrix by matrix stiffness, etc.)
    2011-04-29 14:23:12下载
    积分:1
  • PF-error
    基于粒子滤波器的目标跟踪算法。适合刚开始学习目标跟踪和粒子滤波器的人员。(Particle filter based tracking algorithm. Learning objectives for the beginning of the personnel tracking and particle filters.)
    2011-05-12 16:24:19下载
    积分:1
  • chapter8-morphology
    数字图像处理与机器视觉-visual C++与matlab实现,第8章配套源程序(Digital image processing and machine vision of-visual C++ and MATLAB, the 8th chapter matching source)
    2014-08-07 15:58:54下载
    积分:1
  • MAS
    induction motor matlab simulink
    2014-10-29 23:35:39下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载