-
Gaussm0v0.01
这次是添加不同密度的高斯噪声,和上次可做对比。(This is to add Gaussian noise of different densities, and the last to do comparison.)
- 2010-11-07 14:31:59下载
- 积分:1
-
PID_9
普通PID控制及其扩展算法控制的MATALB仿真程序,内容包含面广.(ordinary PID control algorithm and its expansion of enriching control simulation program, which includes many sectors.)
- 2007-03-11 13:55:28下载
- 积分:1
-
bcdSR
变尺度随机共振代码,几年前用过的,很好用,喜欢的可以试试。(Variable scale stochastic resonance code, used a few years ago.)
- 2014-10-21 18:46:02下载
- 积分:1
-
first2345
CONTROL OF DC MOTOR USING BUCK BOOST CONVERTER
- 2013-11-22 05:09:58下载
- 积分:1
-
KALMAN
关于卡尔曼滤波与扩展卡尔曼滤波的航向估计代码(the matlab code of EKF and UKF)
- 2021-03-02 17:49:34下载
- 积分:1
-
MATLABGUIvideo
说明: MATLAB GUI视频,适合初学者!一共有9个视频!希望对大家有用!(MATLAB GUI video, suitable for beginners! A total of nine video! Hope for all of us!)
- 2009-09-02 14:29:03下载
- 积分: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
-
raytrace
里面是一个地震射线追踪的源码程序,还有相关的文档,适合学习地球物理专业的学生。(Inside is a seismic source ray tracing program, as well as related documentation for learning geophysics majors.)
- 2015-01-24 10:07:26下载
- 积分:1
-
NSGA2 ——FSP
遗传算法2 求解柔性作业车间 调度问题 matlab 编码(use NSGA II to solve the flexible job shop scheduling problem)
- 2021-02-20 02:49:43下载
- 积分:1
-
logranktets
Comparing survival curves of two groups using the log rank test
- 2011-01-16 01:54:13下载
- 积分:1