-
ctrllab3.0
薛定宇教授 ctrllab工具箱3.0;PID参数仿真用。
使用方法:1)解压,并在matlab下导入路径;2)在命令窗口执行ctrllab即可。
(Professor Xue Dingyu ctrllab Toolbox 3.0 PID parameters in simulation. Usage: 1) extract and import under the matlab path 2) In the command window to execute ctrllab.)
- 2011-04-21 11:42:42下载
- 积分:1
-
CSA
CSA 1directional for motion estimation
- 2014-10-25 23:05:04下载
- 积分:1
-
jn1h3
用MATLAB编写的另一个用于图像灰度处理的小程序,很经典的一个图像灰度处理小程序。(Prepared using MATLAB image processing and another for a small procedure, it is the classic image of a small program to deal with.)
- 2008-12-14 09:30:19下载
- 积分:1
-
classic-MUSIC-
在DOA估计和空间谱估计中经典MUSIC源程序的应用(In DOA estimation and spatial spectrum estimation in the classic MUSIC source applications)
- 2013-11-02 00:16:33下载
- 积分:1
-
DWT_autoenh
离散小波分解下的图像增强,快速,可以与其他波分解的图像增强做对比(Discrete wavelet decomposition of image enhancement, fast, with other wave decomposition of image enhancement to do comparison)
- 2010-10-29 23:49:12下载
- 积分:1
-
buyu
主要解决96年的捕鱼模型,利用matlab的M文件计算出结果(Mainly to solve the 96-year fishing model, using the matlab file to calculate the results of M)
- 2009-07-04 14:00:23下载
- 积分:1
-
manual_stprtool
stprtool的使用文档,非常好的模式识别工具包,里面有关于核的以及贝叶斯的相关程序,以及PCA,EM,SVM等方法。 (stprtool the use of the document, very good pattern recognition tool kit, which has nuclear as well as Bayes procedures, as well as PCA, EM, SVM and other methods.)
- 2010-05-27 07:33:44下载
- 积分:1
-
matlab_clock
用MATLAB做的很不错的动画时钟哦,时间很准(Use MATLAB to do the animation is pretty good clock Oh, time is very prospective)
- 2008-12-29 09:21:05下载
- 积分:1
-
randHe
基于Henon映射的混沌伪随机序列发生器,用MATLAB7.1实现(Henon mapping based on Chaotic Pseudo-random sequence generator, to achieve with MATLAB7.1)
- 2010-07-25 09:49:45下载
- 积分: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