-
yanchi
说明: matlab微分方程中的延迟问题处理代码(matlab differential delays in the processing code)
- 2009-07-29 11:54:42下载
- 积分:1
-
multi
说明: 上传几个二进小波变换的图像增强的matlab程序(From a number of dyadic wavelet transform of image enhancement matlab program)
- 2008-11-30 02:26:01下载
- 积分:1
-
matlab-smith
关于SMITH圆图的MATLAB相关设计及说明(SMITH chart of MATLAB on the design and description of relevant)
- 2011-05-23 15:19:36下载
- 积分:1
-
anti_windup-fuzzy_pid
基于anti-winp的模糊PID控制,将模糊控制用于解决饱和非线性系统的winduo问题。(Based on anti-winp fuzzy PID control, fuzzy control is used to solve the saturation problem of nonlinear systems windup.)
- 2011-09-25 19:27:26下载
- 积分:1
-
MALABbaodian
MATLAB宝典光盘赠送的章节。还是很有帮助的(MATLAB Collection CD gift section. Very helpful)
- 2013-08-30 16:14:31下载
- 积分:1
-
lpp bymyself
lpp降维,给了很多详细的例子的降维程序,并画出图像的2维表示(dimension reduction using lpp)
- 2017-08-16 10:25:36下载
- 积分: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
-
estimate_hurst_exponent
matlab程序,用于求时间序列的hurst指数,判断数据的长程关联性。
(the matlab procee for calculating the Hurst Exponent for a time series data--Hurst Exponent)
- 2011-07-12 14:39:34下载
- 积分:1
-
Segmentation
This matlab code implements region growing image segmentation.
- 2011-08-24 22:15:33下载
- 积分:1
-
MA2
构造一个空的双向栈,判断双向栈是否存在,出栈,入栈,判栈空,将栈置空,判栈满,取栈顶(Construct an empty two-way stack to determine whether there is a two-way stack, out of stack, stack, sub-stack empty, set the stack is empty, sub-stack is full, take the stack)
- 2009-11-16 13:07:59下载
- 积分:1