-
MATLAB-commands
这是matlab的命令大全,初学者可以在多次尝试后快速进入专业状态,熟练者可以用更简洁的程序实现功能(Matlab command Daquan, beginners can quickly after several attempts to enter the professional status, the experts were more concise program functions)
- 2012-12-03 08:09:03下载
- 积分:1
-
05
说明: MATLAB编写的有关数学问题的数学函数优化程序,即求函数极值问题的相关程序(MATLAB solving physics problems of extreme values with mathematics)
- 2010-07-27 21:28:25下载
- 积分:1
-
PID
一个串级PIDSIMULINK模型,可直接运行(one simulink model about pid)
- 2009-02-07 09:38:06下载
- 积分:1
-
Image_Interpolation
Matlab Newton Interpolation Code
- 2010-12-18 21:53:21下载
- 积分:1
-
ex4opticalflow
used for image processing in matlab
- 2012-10-17 15:01:20下载
- 积分:1
-
FSKmodel.mdl
This model is design in matlab .. it will generate FSK modulated signal.
- 2009-12-22 14:31:51下载
- 积分:1
-
fenglijimoxing
一个简单的风力机模型,可以调试一下子 (A simple wind turbine model, you can debug a sudden)
- 2012-06-04 09:43:26下载
- 积分:1
-
new_model
说明: 蓄电池放电模型,经过调试可以使用,希望对大家有帮助。(Battery discharge model, after debugging can be used, I hope to help you.)
- 2019-06-11 15:20:07下载
- 积分:1
-
mutiuser
使用matlab写的6个多用户检测程序,非常有价值(Using matlab written more than 6-user detection procedures, very valuable)
- 2007-11-21 21:25:28下载
- 积分:1
-
secant
function [x, hist] = secant(x, f, tola, tolr)
SECANT This a secant code with no line search.
This code terminates on small relative-absolute errors function [X, HIST] = SECANT(X, F, TOLA, TOLR) Inputs: X = initial iterate
F = function
TOLA = absolute error tolerance
TOLR = relative error tolerance
Output: X = approximate result
- 2009-12-04 03:38:55下载
- 积分:1