-
hys_model
典型磁滞模型的的matlab m文件编程,对初学者很有帮助(Typical model of hysteresis of matlab m file programming, to beginners helpful
)
- 2012-04-19 11:13:39下载
- 积分:1
-
MATLAB-tutorial
Tutorial for MATLAB.Learn the basics of matlab script programming .The basic commands and writing script in MATLAB is taken care off.Working with matrix in MATLAB.
- 2012-11-02 18:28:32下载
- 积分:1
-
particle
HERE IS GOOD EXAMPLE OF PSO
- 2008-04-11 11:22:25下载
- 积分:1
-
210117183512005710194519707843
边缘检测和轮廓跟踪程序,在matlab环境下进行的编程(edge detection and tracking procedures outline of the Matlab environment for programming)
- 2006-05-17 16:49:30下载
- 积分:1
-
SAMP
压缩感知中自适应匹配追踪算法SAMP,经测试可以正常使用。(Compressed sensing adaptive matching pursuit algorithm SAMP, the test can be used normally.)
- 2013-11-20 20:11:27下载
- 积分:1
-
NSGA2(MATLAB)
利用MATLAB编写的简单的NSGA2程序 ,实用方便 (Prepared using a simple MATLAB program NSGA2, practical convenience)
- 2020-10-05 16:37:39下载
- 积分:1
-
IIRMatlab
IIR滤波器的设计,脉冲响应不变法和双线性法都有。 巴斯沃斯滤波器 椭圆滤波器 切比雪夫滤波器(The design of IIR filters, the impulse response have the same method and the bilinear method. Bath Butterworth filter elliptic filter Chebyshev filter)
- 2012-05-29 19:15:27下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1
-
DES
用Matlab实现的DES算法。在Matlab窗口输入DESDECP(a,b,n),其中a,b表示16进制的明文和密钥,n为1表示加密,否则表示加密。(DES algorithm using Matlab. In Matlab window field DESDECP (a, b, n), where a, b indicates a hexadecimal plaintext and key, n is 1 shows an encryption, or that encryption.)
- 2012-12-29 16:36:30下载
- 积分:1
-
OpticalMotionEstimation
一种利用光流法检测运动物体的程序,供初学者参考。(Optical flow method by means of a moving object detection procedures for advanced users.)
- 2010-06-01 17:08:29下载
- 积分:1