-
ambiguity_function
这是一个关于模糊函数的matlab源代码,希望能对作相关领域的人带来一些帮助(This is a function on the fuzzy matlab source code, hoping to make the related fields to bring some help)
- 2008-07-22 09:30:24下载
- 积分:1
-
zigzag.pdf
matlab DCT zigzag function
- 2013-01-03 18:26:39下载
- 积分:1
-
introduction-to-resampling-methods-bootstrap
Bootstrap is a data based simulation method for statistical inference.
The basic idea of bootstrap is to use the sample data to compute a
statistic and to estimate its sampling distribution, without any model
assumption.
Many technics are described with some examples in matlab.
- 2011-09-23 04:19:22下载
- 积分:1
-
ali-mohamadi
develop controler for wind turbine
- 2013-08-12 20:07:08下载
- 积分:1
-
Simulink-Communcation-Blocks-User-Guide
this is a great source for helping in MATLAB
- 2012-04-05 06:31:52下载
- 积分:1
-
LPF
low pass filtering to remove noise
- 2011-06-11 14:49:56下载
- 积分:1
-
imagecodelist
matlab程序源码,这个是我和同学一起做的,大家可以参考看看怎么样的,谢谢大家,可以提议供大家学!(Matlab program source code, and this is my classmates together, we can see how information like, Thank you, can be proposed for everyone to learn!)
- 2007-04-02 22:52:47下载
- 积分:1
-
basic_lane_detection
车道线检测的matlab实现,能够准确实现车道线,通过霍夫变换。(Lane line detection matlab implementation, it is possible to achieve accurate lane by Hough transform.)
- 2016-05-16 16:59:06下载
- 积分:1
-
SCWCD_-_Mock_Exams
SCWCD dumps for 310-083 exam for SUN certification
- 2010-08-31 07:00:06下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1