-
cdt2000-all
这是一个不错的资料是关于cdt2000模块的资料可以通过资料查询很多关于这个模块的知识(This is a good information regarding cdt2000 module information through data queries can be a lot of knowledge on this module)
- 2010-02-02 18:08:25下载
- 积分: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
-
mygauss
高斯积分计算程序,用于计算高斯积分点和权系数。(Gauss numerical integral programme)
- 2015-03-10 09:10:57下载
- 积分:1
-
MATLAB2
电机拖动里的用空载点和负载点做出直流电机的固有机械特性曲线(failed to translate)
- 2012-03-25 16:45:02下载
- 积分:1
-
exp1
信号的反褶、移位、尺度变换.李杰.信号处理MATLAB实验教程.P39(Signal processing)
- 2010-11-24 16:41:55下载
- 积分:1
-
MIN
一次完成算法的最小二乘法的过程辨识代码。以m序列为输入量,用其lsim响应,作为辨识依据(One of the least squares algorithm to complete the process of identification code. To m for the input sequence with its lsim response, as a basis for identification)
- 2009-05-30 16:08:59下载
- 积分:1
-
addaxis2
向matlab图中添加坐标,简化坐标添加过程(Matlab figure to add coordinates to simplify the process of adding coordinates)
- 2011-02-15 22:31:32下载
- 积分:1
-
Matlab
很适合想学习matalab的人,无论初级者还是高级者,这都是一本好书(matalab study)
- 2012-04-01 00:45:40下载
- 积分:1
-
bizhang
对机器人的路径进行规划,实现了机器人的避障运动(Robot path planning, obstacle avoidance robot to achieve movement)
- 2011-05-13 10:17:10下载
- 积分:1
-
3DOF
使用MATLAB/SIMULINK搭建的整车三自由度模型,包括侧向,横摆,侧倾三个自由度。(Using MATLAB/SIMULINK to build three degrees of freedom model of the vehicle, including lateral, yaw, roll three degrees of freedom.)
- 2015-02-02 11:17:19下载
- 积分:1