-
1
说明: MATLAB 拥有大量的常用数学函数、工具箱,基本包括了现今数学、物理及工程应用领域的
常用函数,如能熟练掌握,无论在编程时间或程序量上,都远远低于Fortran、C 等高级语言,尤其在
处理矩阵和向量计算方面更具有无可比拟的优势。
我们在数学建模竞赛中,由于只有短短的三到四天,而论文的评判不仅注重计算的结果更注重模型
的创造性,比赛中把大量的时间花费在编写和调试程序上只会喧宾夺主,这是不值得的,这时使用
MATLAB 可以很大程度上的方便计算、节省时间,使我们将精力更多的放在模型的完善上,所以是较
为理想的。
这里我们仅举了一些运用 MATLAB 的例子,这些都是在数学建 模中时常遇到的问题,希望能抛砖引玉,帮助同学们在数学建模中方便、快捷的使用MATLAB,并善用这一工具。(mathematical modeling question Matlab example)
- 2009-09-06 19:12:30下载
- 积分:1
-
USB_Modular_Scope_MATLAB_Programming_Example
安捷伦USB 示波器例程。有这东西的兄弟有福了(Agilent USB Oscilloscope routines. The brothers have this blessed thing)
- 2010-12-12 21:39:33下载
- 积分:1
-
chaoliu
用于计算输电网的潮流,充分考虑了线路中的变压器,并且对变压器模型设定了不同的输入方式,较为灵活的输入。(For the calculation of the trend on the transmission grid, give full consideration to the line transformer and the transformer model set a different input methods, more flexible input.)
- 2013-04-18 14:39:26下载
- 积分:1
-
knn
K邻域模式识别方法 KNN算法不仅可以用于分类,还可以用于回归。通过找出一个样本的k个最近邻居,将这些邻居的属性的平均值赋给该样本,就可以得到该样本的属性。更有用的方法是将不同距离的邻居对该样本产生的影响给予不同的权值(weight),如权值与距离成正比。(k-Nearest Neighbor algorithm )
- 2010-11-19 17:08:38下载
- 积分:1
-
scanComPorts
读串口信息,在matlab 环境下读出串口内容(read serial)
- 2013-04-03 11:08:45下载
- 积分:1
-
Simple-Calculator
Simple Calculator in GUI matlab
- 2011-11-23 17:12:20下载
- 积分:1
-
IIR滤波器设计
现有一个信号:x(n)=1+cos(π*n/4)+ cos(2*π*n/3)设计及各种数字滤波器以达下列目的:
低通滤波器,滤除cos(2*π*n/3) 的成分,即想保留的成分为1+cos(π*n/4)
高通滤波器,滤除1+cos(π*n/4) 的成分,即想保留的成分为cos(2*π*n/3)
带通滤波器,滤除1+cos(2*π*n/3) 的成分,即想保留的成分为cos(π*n/4)
带阻滤波器,滤除cos(π*n/4) 的成分,即想保留的成分为1+cos(2*π*n/3)
1. 用MATLAB命令butterord求除滤波器的阶数,用命令butter设计各滤波器;画出滤波器幅度和相频相应 取各滤波器的系统函数H(z)。
(an existing signal : x (n) = a cos (* n/4) cos (2** n/3) design and digital filter to achieve the following objectives : low-pass filter, filter cos (2** n/3) the ingredients that want to retain an element of a cos (* n/4) high-pass filter, a filter cos (* n/4) components, namely to retain the element of cos (2** n/3) band-pass filter , a filter cos (2** n/3) components, namely to retain the element of cos (* n/4) band stop filter, the filter cos (* n/4) components, namely to retain the ingredients for a cos ( 2** n/3) 1. MATLAB order butterord except for the band Filter, using the order of the filter design butter; paint Filter magnitude and phase frequency of the corresponding filter system function H (z).)
- 2005-08-28 19:51:08下载
- 积分:1
-
00000
说明: 搭建切换系统的模块,很有用的哦,在此基础上很容易搭建时滞系统的仿真模块哦,还可以提出宝贵的意见修改哦(it is very useful for you to simulation a switched system)
- 2011-04-17 23:09:39下载
- 积分:1
-
Matlab-Code
mathlab code for tdoa demo
- 2013-04-13 23:18:56下载
- 积分:1
-
pm_haar
MATLAB函数为pm哈尔1-D DWT算法
离散哈尔的基本原理小波变换(MATLAB function for pm Haar 1-D DWT algorithm,Fundamentals of the discrete Haar wavelet transform)
- 2013-11-23 22:28:31下载
- 积分:1