-
matlabpro
模糊控制策略在大滞后对象控制策略上的研究(Fuzzy Control Strategy in the Great Time Delay Control Strategy Research)
- 2008-04-02 14:42:54下载
- 积分:1
-
myLee
good for understanding
- 2011-10-19 13:47:14下载
- 积分:1
-
dsm
说明: 基于分组的DSL数字用户线的多用户动态频谱管理(Dynamic spectral management)
- 2011-03-08 14:15:44下载
- 积分:1
-
CDO_pricing
次程式碼主要是藉由Copula模型為CDO商品訂價.(This program use for CDO pricing.)
- 2012-04-12 00:45:14下载
- 积分: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
-
boilerdigital
boiler model in simulink for control theory
- 2014-02-02 04:14:40下载
- 积分:1
-
must_read_classic_matlab_programming_tutorial_for_
matlab经典程序设计初学者必读教程must-read classic matlab programming tutorial for beginners(matlab Programming for beginners classic must-read tutorial must-read classic matlab programming tutorial for beginners)
- 2010-08-02 13:16:18下载
- 积分:1
-
LABEX1
matlab 数字实验, 关于数字信号处理课程matlab的数字实验。(matlab digital experiments on digital signal processing matlab figures experimental courses.)
- 2008-02-29 09:22:43下载
- 积分:1
-
fun
说明: 这是一个用matlab读取txt(特定格式)文件并读取文件,画出figure,自动保存和关闭figure。程序运用了深度搜索递归算法。(因为大家没有input的txt文件,所以阅读程序领会思想和方法即可)(This is a use matlab to read txt (a specific format) file and read documents, painted figure, on and off automatically to preserve figure. Procedures for the use of recursive depth search algorithm. (Because there are no input of the txt file, so reader can understand the ideas and methods))
- 2009-07-26 05:52:22下载
- 积分:1
-
gatbx-example
说明: 利用遗传算法计算下面函数的最大值 (The use of genetic algorithm function below the maximum)
- 2008-11-03 20:38:21下载
- 积分:1