-
FuzzyPIDcontrol
模糊和PID混合温度控制器,在小偏差时使用pid控制,大偏差时使用模糊控制,通过开关来切换。本室里具有一定参考价值(Fuzzy and PID temperature controller hybrid, a small deviation in the use of pid control, the use of large deviation of fuzzy control, through the switch to switch. This room has a certain reference value)
- 2007-09-21 16:18:32下载
- 积分:1
-
CodvecMSAP
the vector control of brushless machine
- 2010-05-22 05:33:40下载
- 积分:1
-
10[1].1.1.106.2867
使用matlab开发软件,通过采用拉普拉斯核分类器,实现道路标志分类。(Using matlab software development, through the use of Laplace nuclear classifier, to achieve classification of road signs.)
- 2010-08-03 11:37:30下载
- 积分:1
-
005
互相关函数,cross-correlation function
- 2009-05-28 20:36:50下载
- 积分:1
-
Numerical-Methods-Using-MATLAB
数值方法(MATLAB版)(第四版)[Mathews,Fink著,周璐,陈渝,钱方等译](Numerical Methods Using MATLAB)
- 2013-12-25 16:06:36下载
- 积分:1
-
Robert-Lafore-Object-Oriented-Programmining
Robert Lafore-Object Oriented Programmining
- 2014-01-22 13:37:35下载
- 积分:1
-
agilitymodeling
这是一篇关于敏捷建模的文章,主要内容为:敏捷建模的价值观 核心原则 补充原则 核心实践 补充实践 从混乱到有序_ AM的实践如何结合到一起.
(This is an article on the agile modeling, the main contents as follows: the values of Agile Modeling the core principles of the core practice of the principle of supplementary practice from chaos to order _ AM practice how to combine together.)
- 2007-09-03 16:38:48下载
- 积分:1
-
LCCsimulation
通过MATLAB实现对无排队等待的呼叫系统的仿真,并且得出在不同的呼叫到达速率下系统的阻塞率,并且和理论的erlangB公式做出对比。(MATLAB to achieve through the call without waiting in line system simulation, and come to a different call arrival rate in the system blocking rate, and the formulas and theories erlangB to make comparison.)
- 2010-11-09 22:52:35下载
- 积分:1
-
MatLabgongchengshuxueyingyong
说明: MatLab在工程数学方面的应用,工程数学计算.(MatLab in the application of engineering mathematics, engineering, mathematical calculations.)
- 2008-08-30 01:12:00下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1